Fixed resource files

This commit is contained in:
LuigiBlood 2015-05-12 00:11:43 +02:00 committed by luigiblood
parent c967d4f46e
commit 4d8a419efa
2 changed files with 40 additions and 48 deletions

View File

@ -1,6 +1,7 @@
// Microsoft Visual C++ generated resource script. // Microsoft Visual C++ generated resource script.
// //
#include "resource.h" #include "resource.h"
#include "Version.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@ -30,7 +31,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
// //
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO GUIDELINES DESIGNINFO
BEGIN BEGIN
IDD_MAINCFGDIALOG, DIALOG IDD_MAINCFGDIALOG, DIALOG
BEGIN BEGIN
@ -524,29 +525,25 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,0,4 FILEVERSION VER_FILE_VERSION
PRODUCTVERSION 2,4,0,4 PRODUCTVERSION VER_PRODUCT_VERSION
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG FILEFLAGS VER_FILEFLAGS
FILEFLAGS 0x1L FILEOS VER_FILEOS
#else FILETYPE VER_FILETYPE
FILEFLAGS 0x0L FILESUBTYPE 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
BLOCK "000004b0" BLOCK "000004b0"
BEGIN BEGIN
VALUE "FileDescription", "N-Rage for Project64" VALUE "FileDescription", VER_FILE_DESCRIPTION_STR "\0"
VALUE "FileVersion", "2.4.0.4" VALUE "FileVersion", VER_FILE_VERSION_STR "\0"
VALUE "InternalName", "N-Rage" VALUE "InternalName", VER_INTERNAL_NAME_STR "\0"
VALUE "LegalCopyright", "Copyright (C) 2015" VALUE "LegalCopyright", VER_COPYRIGHT_STR "\0"
VALUE "OriginalFilename", "N-Rage.dll" VALUE "OriginalFilename", VER_ORIGINAL_FILENAME_STR "\0"
VALUE "ProductName", "N-Rage" VALUE "ProductName", VER_PRODUCTNAME_STR
VALUE "ProductVersion", "2.4.0.4" VALUE "ProductVersion", VER_PRODUCT_VERSION_STR "\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
@ -555,7 +552,6 @@ BEGIN
END END
END END
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// PROFILE // PROFILE
@ -583,13 +579,13 @@ END
2 TEXTINCLUDE 2 TEXTINCLUDE
BEGIN BEGIN
"#include ""WinResrc.h""\r\n" "#include ""WinResrc.h""\r\n"
"\r\n" "\r\n"
"#ifdef IDC_STATIC\r\n" "#ifdef IDC_STATIC\r\n"
"#undef IDC_STATIC\r\n" "#undef IDC_STATIC\r\n"
"#endif\r\n" "#endif\r\n"
"#define IDC_STATIC (-1)\r\n" "#define IDC_STATIC (-1)\r\n"
"\0" "\0"
END END
3 TEXTINCLUDE 3 TEXTINCLUDE
@ -606,14 +602,14 @@ END
// String Table // String Table
// //
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_ERR_DINOTFOUND "dinput8.dll could not be found.\nPlease reinstall the latest version of DirectX." IDS_ERR_DINOTFOUND "dinput8.dll could not be found.\nPlease reinstall the latest version of DirectX."
IDS_ERR_DICREATE "Could not create DirectInput object." IDS_ERR_DICREATE "Could not create DirectInput object."
IDS_DLG_MPCHOOSE "Choose a MemPak or type a new name to create one." IDS_DLG_MPCHOOSE "Choose a MemPak or type a new name to create one."
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_ERR_MPREAD "Couldn't read MemPak." IDS_ERR_MPREAD "Couldn't read MemPak."
IDS_ERR_GBROM "Can't open GB ROM file!" IDS_ERR_GBROM "Can't open GB ROM file!"
@ -633,7 +629,7 @@ BEGIN
IDS_ERR_PROFREAD "Couldn't read profile." IDS_ERR_PROFREAD "Couldn't read profile."
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_C_POLLING "...Awaiting Input %i..." IDS_C_POLLING "...Awaiting Input %i..."
IDS_C_RANGE "Range: %i%%" IDS_C_RANGE "Range: %i%%"
@ -653,7 +649,7 @@ BEGIN
IDS_M_MACRO "Macro" IDS_M_MACRO "Macro"
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_M_CONFIG "Configuration" IDS_M_CONFIG "Configuration"
IDS_M_ASSIGNED "Assigned to" IDS_M_ASSIGNED "Assigned to"
@ -673,7 +669,7 @@ BEGIN
IDS_P_ADAPTOID_NORAW "The AdaptoidPak needs RawMode to be activated." IDS_P_ADAPTOID_NORAW "The AdaptoidPak needs RawMode to be activated."
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_P_NONE_RAWNORAW "No Pak inserted." IDS_P_NONE_RAWNORAW "No Pak inserted."
IDS_P_MEM_NOCHANGE "Can't change dir while running." IDS_P_MEM_NOCHANGE "Can't change dir while running."
@ -693,7 +689,7 @@ BEGIN
IDS_DLG_SHORTCUTRESTORE "The shortcut configuration will be restored.\nAre you sure?" IDS_DLG_SHORTCUTRESTORE "The shortcut configuration will be restored.\nAre you sure?"
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_DLG_SHORTCUTRESTORE_TITLE "Restore default" IDS_DLG_SHORTCUTRESTORE_TITLE "Restore default"
IDS_C_GAMEPAD "Gamepad: " IDS_C_GAMEPAD "Gamepad: "
@ -713,7 +709,7 @@ BEGIN
IDS_DLG_ABOUT "Help us translate N-Rage Input V2 into your language!" IDS_DLG_ABOUT "Help us translate N-Rage Input V2 into your language!"
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_DLG_ABOUT_TITLE "About N-Rage Input V2" IDS_DLG_ABOUT_TITLE "About N-Rage Input V2"
IDS_ERR_NOINIT "Plugin didn't get initialized!" IDS_ERR_NOINIT "Plugin didn't get initialized!"
@ -721,11 +717,11 @@ BEGIN
IDS_POP_MOUSELOCKED "Mouse Locked" IDS_POP_MOUSELOCKED "Mouse Locked"
IDS_POP_CHANGEPAK "Player %i:\nPak changed to %s" IDS_POP_CHANGEPAK "Player %i:\nPak changed to %s"
IDS_ERR_MAPVIEW "Couldn't MapViewOfFile" IDS_ERR_MAPVIEW "Couldn't MapViewOfFile"
IDS_DLG_CPF "Controller Profile (*.cpf)" IDS_DLG_CPF "Controller Profile (*.cpf)\0*.cpf"
IDS_DLG_MPKN64 "MemPak (*.mpk)" IDS_DLG_MPKN64 "MemPak (*.mpk)\0*.mpk\0Dexdrive Save (*.n64)\0*.n64"
IDS_DLG_A64 "MemPak Note (*.a64)" IDS_DLG_A64 "MemPak Note (*.a64)\0*.a64"
IDS_DLG_GBGBC "GameBoy ROM (*.gb;*.gbc)" IDS_DLG_GBGBC "GameBoy ROM (*.gb;*.gbc)\0*.gb;*.gbc"
IDS_DLG_SVSAV "GameBoy Save (*.sv;*.sav)" IDS_DLG_SVSAV "GameBoy Save (*.sv;*.sav)\0*.sv;*.sav"
IDS_ERR_HANDLER "%s\n\n Error description: " IDS_ERR_HANDLER "%s\n\n Error description: "
IDS_ERR_MEM_NOSPEC "No MemPak specified; please configure plugin." IDS_ERR_MEM_NOSPEC "No MemPak specified; please configure plugin."
IDS_DLG_MEM_READONLY "Mempak %s opened with read-only access.\nAfter exiting the game, the MemPak will NOT be saved." IDS_DLG_MEM_READONLY "Mempak %s opened with read-only access.\nAfter exiting the game, the MemPak will NOT be saved."
@ -734,7 +730,7 @@ BEGIN
"Bad AddressCRC detected!\nThis usually indicates a bad ROM.\n\nIgnore it and continue?" "Bad AddressCRC detected!\nThis usually indicates a bad ROM.\n\nIgnore it and continue?"
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_P_MEM_NOREGION "None" IDS_P_MEM_NOREGION "None"
IDS_P_MEM_BETA "Beta" IDS_P_MEM_BETA "Beta"
@ -754,7 +750,7 @@ BEGIN
IDS_ERR_MEMPAK_NONOTES "No free notes on MemPak (only 16 notes available per pak)." IDS_ERR_MEMPAK_NONOTES "No free notes on MemPak (only 16 notes available per pak)."
END END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_ERR_NOTEEOF "Error reading note file: unexpected end of file or read error." IDS_ERR_NOTEEOF "Error reading note file: unexpected end of file or read error."
IDS_ERR_NOTEREAD "Couldn't read note file." IDS_ERR_NOTEREAD "Couldn't read note file."
@ -763,7 +759,7 @@ BEGIN
IDS_DLG_WARN_TITLE "N-Rage Input V2 Warning" IDS_DLG_WARN_TITLE "N-Rage Input V2 Warning"
IDS_PLUGIN_TITLE "N-Rage Input V2" IDS_PLUGIN_TITLE "N-Rage Input V2"
IDS_ERR_MPCREATE "Couldn't create MemPak." IDS_ERR_MPCREATE "Couldn't create MemPak."
IDS_DLG_SC "Shortcuts File (*.sc)" IDS_DLG_SC "Shortcuts File (*.sc)\0*.sc"
IDS_P_MEM_ERROR "ErrorCode %lu: " IDS_P_MEM_ERROR "ErrorCode %lu: "
IDS_P_R_NODEVICE "None" IDS_P_R_NODEVICE "None"
IDS_P_TRANS_NOCHANGE "Can't change paks while running" IDS_P_TRANS_NOCHANGE "Can't change paks while running"
@ -788,7 +784,7 @@ LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_CHILE
// //
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO GUIDELINES DESIGNINFO
BEGIN BEGIN
IDD_XCONTROLS, DIALOG IDD_XCONTROLS, DIALOG
BEGIN BEGIN

View File

@ -2,13 +2,9 @@
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by NRagePluginV2.rc // Used by NRagePluginV2.rc
// //
#define VERSION_REVISION 0 #define IDC_STATIC -1
#define VER_VER_DEBUG 0
#define VERSION_MAJOR 2
#define IDC_STOREINDB 3 #define IDC_STOREINDB 3
#define IDC_ERASEFROMDB 4 #define IDC_ERASEFROMDB 4
#define VERSION_MINOR 4
#define VERSION_BUILD 4
#define IDC_SAVEPROFILE 5 #define IDC_SAVEPROFILE 5
#define IDC_UPDATEDB 6 #define IDC_UPDATEDB 6
#define IDC_SAVEBINARY 6 #define IDC_SAVEBINARY 6