Whitespace trim, and SVN property set.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@111 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
7c18635ba7
commit
97ca1fbed4
|
@ -1,4 +1,4 @@
|
||||||
Known Bugs:
|
Known Bugs:
|
||||||
|
|
||||||
- fsMaxScale = 1 in Direct3D fullscreen results in wrong image size
|
- fsMaxScale = 1 in Direct3D fullscreen results in wrong image size
|
||||||
- Direct3D: Menu toggle takes a little too long
|
- Direct3D: Menu toggle takes a little too long
|
||||||
|
|
|
@ -27,18 +27,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
// TEXTINCLUDE
|
// TEXTINCLUDE
|
||||||
//
|
//
|
||||||
|
|
||||||
1 TEXTINCLUDE
|
1 TEXTINCLUDE
|
||||||
BEGIN
|
BEGIN
|
||||||
"resource.h\0"
|
"resource.h\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
2 TEXTINCLUDE
|
2 TEXTINCLUDE
|
||||||
BEGIN
|
BEGIN
|
||||||
"#include ""afxres.h""\r\n"
|
"#include ""afxres.h""\r\n"
|
||||||
"#include ""resource2.h""\0"
|
"#include ""resource2.h""\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
3 TEXTINCLUDE
|
3 TEXTINCLUDE
|
||||||
BEGIN
|
BEGIN
|
||||||
"#include ""vba.rc2""\0"
|
"#include ""vba.rc2""\0"
|
||||||
END
|
END
|
||||||
|
@ -1124,7 +1124,7 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
GUIDELINES DESIGNINFO
|
GUIDELINES DESIGNINFO
|
||||||
BEGIN
|
BEGIN
|
||||||
IDD_OPENDLG, DIALOG
|
IDD_OPENDLG, DIALOG
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1475,7 +1475,7 @@ END
|
||||||
// Menu
|
// Menu
|
||||||
//
|
//
|
||||||
|
|
||||||
IDR_MENU MENU
|
IDR_MENU MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
POPUP "&File"
|
POPUP "&File"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -1885,7 +1885,7 @@ END
|
||||||
// Accelerator
|
// Accelerator
|
||||||
//
|
//
|
||||||
|
|
||||||
IDR_ACCELERATOR ACCELERATORS
|
IDR_ACCELERATOR ACCELERATORS
|
||||||
BEGIN
|
BEGIN
|
||||||
"C", ID_CHEATS_SEARCHFORCHEATS, VIRTKEY, CONTROL, NOINVERT
|
"C", ID_CHEATS_SEARCHFORCHEATS, VIRTKEY, CONTROL, NOINVERT
|
||||||
"N", ID_DEBUG_NEXTFRAME, VIRTKEY, CONTROL, NOINVERT
|
"N", ID_DEBUG_NEXTFRAME, VIRTKEY, CONTROL, NOINVERT
|
||||||
|
@ -1948,7 +1948,7 @@ END
|
||||||
// String Table
|
// String Table
|
||||||
//
|
//
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_UNSUPPORTED_VBA_SGM "Unsupported VisualBoyAdvance save game version %d"
|
IDS_UNSUPPORTED_VBA_SGM "Unsupported VisualBoyAdvance save game version %d"
|
||||||
IDS_CANNOT_LOAD_SGM "Cannot load save game for %s"
|
IDS_CANNOT_LOAD_SGM "Cannot load save game for %s"
|
||||||
|
@ -1960,7 +1960,7 @@ BEGIN
|
||||||
IDS_NO_IMAGE_ON_ZIP "No image found on ZIP file %s"
|
IDS_NO_IMAGE_ON_ZIP "No image found on ZIP file %s"
|
||||||
IDS_ERROR_OPENING_IMAGE "Error opening image %s"
|
IDS_ERROR_OPENING_IMAGE "Error opening image %s"
|
||||||
IDS_ERROR_READING_IMAGE "Error reading image %s"
|
IDS_ERROR_READING_IMAGE "Error reading image %s"
|
||||||
IDS_UNSUPPORTED_BIOS_FUNCTION
|
IDS_UNSUPPORTED_BIOS_FUNCTION
|
||||||
"Unsupported BIOS function %02x called from %08x. A BIOS file is needed in order to get correct behaviour."
|
"Unsupported BIOS function %02x called from %08x. A BIOS file is needed in order to get correct behaviour."
|
||||||
IDS_INVALID_BIOS_FILE_SIZE "Invalid BIOS file size"
|
IDS_INVALID_BIOS_FILE_SIZE "Invalid BIOS file size"
|
||||||
IDS_INVALID_CHEAT_CODE "Invalid cheat code '%s'. Supported formats are:\nXXXXXXXX:YY, XXXXXXXX:YYYY, XXXXXXXX:YYYYYYYY."
|
IDS_INVALID_CHEAT_CODE "Invalid cheat code '%s'. Supported formats are:\nXXXXXXXX:YY, XXXXXXXX:YYYY, XXXXXXXX:YYYYYYYY."
|
||||||
|
@ -1968,7 +1968,7 @@ BEGIN
|
||||||
IDS_UNKNOWN_THUMB_OPCODE "Unknown opcode %04x from %08x"
|
IDS_UNKNOWN_THUMB_OPCODE "Unknown opcode %04x from %08x"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_ERROR_CREATING_FILE "Error creating file %s"
|
IDS_ERROR_CREATING_FILE "Error creating file %s"
|
||||||
IDS_FAILED_TO_READ_SGM "Battery file's size incompatible with the ROM settings %s (%d).\nWarning : save of the battery file is now disabled !"
|
IDS_FAILED_TO_READ_SGM "Battery file's size incompatible with the ROM settings %s (%d).\nWarning : save of the battery file is now disabled !"
|
||||||
|
@ -1988,11 +1988,11 @@ BEGIN
|
||||||
IDS_UNSUPPORTED_CHEAT_LIST_VERSION "Unsupported cheat list version %d"
|
IDS_UNSUPPORTED_CHEAT_LIST_VERSION "Unsupported cheat list version %d"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_DIRECTX_7_REQUIRED "DirectX 7.0 or greater is required to run.\nDownload at http://www.microsoft.com/directx.\n\nError found at: %s"
|
IDS_DIRECTX_7_REQUIRED "DirectX 7.0 or greater is required to run.\nDownload at http://www.microsoft.com/directx.\n\nError found at: %s"
|
||||||
IDS_DISABLING_VIDEO_MEMORY "Disabling Use Video Memory setting"
|
IDS_DISABLING_VIDEO_MEMORY "Disabling Use Video Memory setting"
|
||||||
IDS_SETTING_WILL_BE_EFFECTIVE
|
IDS_SETTING_WILL_BE_EFFECTIVE
|
||||||
"Setting will be effective the next time you start the emulator"
|
"Setting will be effective the next time you start the emulator"
|
||||||
IDS_DISABLING_EMULATION_ONLY "Disabling Emulation Only setting"
|
IDS_DISABLING_EMULATION_ONLY "Disabling Emulation Only setting"
|
||||||
IDS_FAILED_TO_OPEN_FILE "Failed to open file %s"
|
IDS_FAILED_TO_OPEN_FILE "Failed to open file %s"
|
||||||
|
@ -2004,13 +2004,13 @@ BEGIN
|
||||||
IDS_CANNOT_SETFORMAT_PRIMARY "Cannot SetFormat for primary %08x"
|
IDS_CANNOT_SETFORMAT_PRIMARY "Cannot SetFormat for primary %08x"
|
||||||
IDS_CANNOT_CREATESOUNDBUFFER_SEC "Cannot CreateSoundBuffer secondary %08x"
|
IDS_CANNOT_CREATESOUNDBUFFER_SEC "Cannot CreateSoundBuffer secondary %08x"
|
||||||
IDS_CANNOT_PLAY_PRIMARY "Cannot Play primary %08x"
|
IDS_CANNOT_PLAY_PRIMARY "Cannot Play primary %08x"
|
||||||
IDS_SEARCH_PRODUCED_TOO_MANY
|
IDS_SEARCH_PRODUCED_TOO_MANY
|
||||||
"Search produced %d results. Please refine better"
|
"Search produced %d results. Please refine better"
|
||||||
IDS_NUMBER_CANNOT_BE_EMPTY "Number cannot be empty"
|
IDS_NUMBER_CANNOT_BE_EMPTY "Number cannot be empty"
|
||||||
IDS_INVALID_ADDRESS "Invalid address: %08x"
|
IDS_INVALID_ADDRESS "Invalid address: %08x"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_MISALIGNED_HALFWORD "Misaligned half-word address: %08x"
|
IDS_MISALIGNED_HALFWORD "Misaligned half-word address: %08x"
|
||||||
IDS_MISALIGNED_WORD "Misaligned word address: %08x"
|
IDS_MISALIGNED_WORD "Misaligned word address: %08x"
|
||||||
|
@ -2030,7 +2030,7 @@ BEGIN
|
||||||
IDS_SELECT_BATTERY_DIR "Select Battery directory:"
|
IDS_SELECT_BATTERY_DIR "Select Battery directory:"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_SELECT_SAVE_DIR "Select Save Directory:"
|
IDS_SELECT_SAVE_DIR "Select Save Directory:"
|
||||||
IDS_SELECT_CAPTURE_DIR "Select Capture directory:"
|
IDS_SELECT_CAPTURE_DIR "Select Capture directory:"
|
||||||
|
@ -2050,7 +2050,7 @@ BEGIN
|
||||||
IDS_LOADED_STATE_N "Loaded state %d"
|
IDS_LOADED_STATE_N "Loaded state %d"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_WROTE_STATE "Wrote state"
|
IDS_WROTE_STATE "Wrote state"
|
||||||
IDS_WROTE_STATE_N "Wrote state %d"
|
IDS_WROTE_STATE_N "Wrote state %d"
|
||||||
|
@ -2070,7 +2070,7 @@ BEGIN
|
||||||
IDS_UNKNOWN "Unknown"
|
IDS_UNKNOWN "Unknown"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_NONE "None"
|
IDS_NONE "None"
|
||||||
IDS_FAILED_TO_LOAD_LIBRARY "Failed to load library %s"
|
IDS_FAILED_TO_LOAD_LIBRARY "Failed to load library %s"
|
||||||
|
@ -2090,11 +2090,11 @@ BEGIN
|
||||||
IDS_SELECT_BATTERY_FILE "Select battery file"
|
IDS_SELECT_BATTERY_FILE "Select battery file"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_UNSUPPORTED_CHEAT_LIST_TYPE "Unsupported cheat list type %d"
|
IDS_UNSUPPORTED_CHEAT_LIST_TYPE "Unsupported cheat list type %d"
|
||||||
IDS_INVALID_GSA_CODE "Invalid GSA code. Format is XXXXXXXXYYYYYYYY."
|
IDS_INVALID_GSA_CODE "Invalid GSA code. Format is XXXXXXXXYYYYYYYY."
|
||||||
IDS_CANNOT_IMPORT_SNAPSHOT_FOR
|
IDS_CANNOT_IMPORT_SNAPSHOT_FOR
|
||||||
"Cannot import snapshot for %s. Current game is %s"
|
"Cannot import snapshot for %s. Current game is %s"
|
||||||
IDS_UNSUPPORTED_SNAPSHOT_FILE "Unsupported snapshot file %s"
|
IDS_UNSUPPORTED_SNAPSHOT_FILE "Unsupported snapshot file %s"
|
||||||
IDS_UNSUPPORTED_ARM_MODE "Unsupported ARM mode %02x"
|
IDS_UNSUPPORTED_ARM_MODE "Unsupported ARM mode %02x"
|
||||||
|
@ -2105,7 +2105,7 @@ BEGIN
|
||||||
IDS_OUT_OF_MEMORY "Failed to allocate memory for %s"
|
IDS_OUT_OF_MEMORY "Failed to allocate memory for %s"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_FILTER_GBS "Gameboy Snapshot_*.GBS__"
|
IDS_FILTER_GBS "Gameboy Snapshot_*.GBS__"
|
||||||
IDS_FILTER_GCF "Gameshark Code File_*.GCF__"
|
IDS_FILTER_GCF "Gameshark Code File_*.GCF__"
|
||||||
|
@ -2125,7 +2125,7 @@ BEGIN
|
||||||
IDS_ERROR_LISTENING "Error listening on socket."
|
IDS_ERROR_LISTENING "Error listening on socket."
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_ERROR_CREATING_SOCKET "Error creating socket."
|
IDS_ERROR_CREATING_SOCKET "Error creating socket."
|
||||||
IDS_ACK_NOT_RECEIVED "ACK not received from GDB."
|
IDS_ACK_NOT_RECEIVED "ACK not received from GDB."
|
||||||
|
@ -2135,7 +2135,7 @@ BEGIN
|
||||||
IDS_SELECT_DUMP_FILE "Select dump file name"
|
IDS_SELECT_DUMP_FILE "Select dump file name"
|
||||||
IDS_FILTER_AVI "AVI File_*.AVI__"
|
IDS_FILTER_AVI "AVI File_*.AVI__"
|
||||||
IDS_SELECT_AVI_NAME "Select AVI file name"
|
IDS_SELECT_AVI_NAME "Select AVI file name"
|
||||||
IDS_INVALID_THROTTLE_VALUE
|
IDS_INVALID_THROTTLE_VALUE
|
||||||
"Invalid throttle value. Please enter a number between 5 and 1000."
|
"Invalid throttle value. Please enter a number between 5 and 1000."
|
||||||
IDS_FILTER_INI "Skin INI File_*.INI__"
|
IDS_FILTER_INI "Skin INI File_*.INI__"
|
||||||
IDS_SELECT_SKIN_FILE "Select the skin file name"
|
IDS_SELECT_SKIN_FILE "Select the skin file name"
|
||||||
|
@ -2146,9 +2146,9 @@ BEGIN
|
||||||
IDS_END_OF_MOVIE "end of movie"
|
IDS_END_OF_MOVIE "end of movie"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_INVALID_INTERVAL_VALUE
|
IDS_INVALID_INTERVAL_VALUE
|
||||||
"Invalid rewind interval value. Please enter a number between 0 and 600 seconds."
|
"Invalid rewind interval value. Please enter a number between 0 and 600 seconds."
|
||||||
IDS_REGISTRY "VisualBoyAdvance no longer uses the registry to store its settings. Your previous settings have been exported into the file: %s"
|
IDS_REGISTRY "VisualBoyAdvance no longer uses the registry to store its settings. Your previous settings have been exported into the file: %s"
|
||||||
IDS_MOVIE_PLAY "Playing a movie will load a save state which may erase your previous battery saves. Please be sure to have a saved state if you don't want to loose any previous data."
|
IDS_MOVIE_PLAY "Playing a movie will load a save state which may erase your previous battery saves. Please be sure to have a saved state if you don't want to loose any previous data."
|
||||||
|
|
Loading…
Reference in New Issue