Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29618
Modified Files:
resource.h
Log Message:
Dialog to provide game override settings related to vba-over.ini
Index: resource.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/resource.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** resource.h 8 Dec 2003 11:44:46 -0000 1.36
--- resource.h 5 Nov 2004 00:50:37 -0000 1.37
***************
*** 6,9 ****
--- 6,10 ----
#define IDS_CANNOT_LOAD_SGM 2
#define IDS_SAVE_GAME_NOT_USING_BIOS 3
+ #define IDC_DEFAULTS 3
#define IDS_SAVE_GAME_USING_BIOS 4
#define IDS_UNSUPPORTED_SAVE_TYPE 5
***************
*** 94,97 ****
--- 95,99 ----
#define IDD_MAX_SCALE 154
#define IDD_BUG_REPORT 155
+ #define IDD_GAME_OVERRIDES 156
#define IDC_R0 1000
#define IDC_EDIT_UP 1000
***************
*** 488,494 ****
--- 490,500 ----
#define IDC_COPY 1253
#define IDC_BIT_4 1254
+ #define IDC_NAME 1254
#define IDC_BIT_5 1255
+ #define IDC_RTC 1255
#define IDC_BIT_6 1256
+ #define IDC_SAVE_TYPE 1256
#define IDC_BIT_7 1257
+ #define IDC_FLASH_SIZE 1257
#define IDC_BIT_8 1258
#define IDC_BIT_9 1259
***************
*** 739,742 ****
--- 745,749 ----
#define ID_OPTIONS_FILTER_HQ2X 40274
#define ID_OPTIONS_FILTER_LQ2X 40275
+ #define ID_OPTIONS_EMULATOR_GAMEOVERRIDES 40276
// Next default values for new objects
***************
*** 744,750 ****
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 156
! #define _APS_NEXT_COMMAND_VALUE 40276
! #define _APS_NEXT_CONTROL_VALUE 1254
#define _APS_NEXT_SYMED_VALUE 103
#endif
--- 751,757 ----
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 158
! #define _APS_NEXT_COMMAND_VALUE 40277
! #define _APS_NEXT_CONTROL_VALUE 1256
#define _APS_NEXT_SYMED_VALUE 103
#endif
|