diff --git a/desmume/src/windows/resource.h b/desmume/src/windows/resource.h index 9c60f299a..1f7b738fc 100644 --- a/desmume/src/windows/resource.h +++ b/desmume/src/windows/resource.h @@ -49,6 +49,7 @@ #define IDM_SBG2 126 #define IDD_SLOT1CONFIG 126 #define IDM_SBG3 127 +#define IDD_DIALOG1 127 #define IDM_OAM 128 #define IDM_PRINTSCREEN 129 #define IDM_QUICK_PRINTSCREEN 130 @@ -371,8 +372,10 @@ #define IDC_DTP_TIME 1028 #define IDC_TXT_COMPILED 1029 #define IDC_SNDCTRL_CH1NOMIX 1029 +#define IDC_DTP_DATE2 1029 #define IDC_TXT_VERSION 1030 #define IDC_SNDCTRL_CH3NOMIX 1030 +#define IDC_DTP_TIME2 1030 #define IDC_SOUND_CAPTURE_MUTED 1031 #define IDC_SOUND_ANALYZE_CAP 1032 #define IDC_ADDONS_LIST 1033 @@ -426,6 +429,7 @@ #define IDC_IMP_AUTO_CURRENT 1052 #define IDC_USE_STDOUT 1052 #define IDC_IMP_AUTO_FILE 1053 +#define IDC_BUTTON1 1053 #define IDC_IMP_AUTO_ADVANSCENE 1054 #define IDC_IMP_MANUAL 1055 #define IDC_LIST1 1056 @@ -1006,9 +1010,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 127 +#define _APS_NEXT_RESOURCE_VALUE 128 #define _APS_NEXT_COMMAND_VALUE 40102 -#define _APS_NEXT_CONTROL_VALUE 1053 +#define _APS_NEXT_CONTROL_VALUE 1054 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif diff --git a/desmume/src/windows/resources.rc b/desmume/src/windows/resources.rc index 40a7d16b7..bfe3331f4 100644 Binary files a/desmume/src/windows/resources.rc and b/desmume/src/windows/resources.rc differ