1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Change pluginName[] to "GLideN64", remove alpha from name.

This commit is contained in:
Sergey Lipskiy 2014-10-02 11:01:38 +07:00
parent 65d84128da
commit 60dd897a39
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
char pluginName[] = "GLideN64 alpha";
char pluginName[] = "GLideN64";
void (*CheckInterrupts)( void );

View File

@ -5,5 +5,5 @@
void PluginAPI::DllAbout(HWND _hParent)
{
MessageBox(_hParent, "GLideN64 alpha. Based on Orkin's glN64 v0.4", pluginName, MB_OK | MB_ICONINFORMATION );
MessageBox(_hParent, "GLideN64. Based on Orkin's glN64 v0.4.1", pluginName, MB_OK | MB_ICONINFORMATION );
}