diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-05-31 15:39:49 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-05-31 15:39:49 +0100 |
| commit | 7ecfee1f664eeb92b653104f5f3c915cc6fe6bcb (patch) | |
| tree | 730256c85b1796e436d61428ae960178b96c1a09 /win32/resource.h | |
| parent | b51d96c96d71bb8c9b789c63e43c19d94095305e (diff) | |
| download | pcsxr-7ecfee1f664eeb92b653104f5f3c915cc6fe6bcb.tar.gz | |
Add checkbox for per-game memory cards
Diffstat (limited to 'win32/resource.h')
| -rwxr-xr-x | win32/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/resource.h b/win32/resource.h index dc174418..34f701eb 100755 --- a/win32/resource.h +++ b/win32/resource.h @@ -156,6 +156,7 @@ #define IDC_DEBUG 1053
#define IDC_GPR7 1054
#define IDC_LISTCDR 1054
+#define IDC_PERGAMEMCD 1054
#define IDC_GPR8 1055
#define IDC_LISTBIOS 1055
#define IDC_PGXP_GTE 1055
@@ -367,9 +368,9 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 117
+#define _APS_NEXT_RESOURCE_VALUE 118
#define _APS_NEXT_COMMAND_VALUE 40047
-#define _APS_NEXT_CONTROL_VALUE 1056
+#define _APS_NEXT_CONTROL_VALUE 1057
#define _APS_NEXT_SYMED_VALUE 103
#endif
#endif
|
