mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
285 lines
25 KiB
C
285 lines
25 KiB
C
// Used by ppsspp.rc
|
||
//
|
||
|
||
#define VS_USER_DEFINED 100
|
||
#define IDR_MENU1 101
|
||
#define IDD_DISASM 102
|
||
#define IDC_FUNCTIONLIST 103
|
||
#define IDC_DISASMVIEW 104
|
||
#define IDC_GOTOPC 105
|
||
#define IDC_LEFTTABS 106
|
||
#define IDC_RAM 107
|
||
#define IDC_STEPOVER 108
|
||
#define IDC_TABDATATYPE 109
|
||
#define IDC_CALLSTACK 110
|
||
#define IDC_UPDATECALLSTACK 111
|
||
#define ID_MEMVIEW_GOTOINDISASM 112
|
||
#define ID_DISASM_DYNARECRESULTS 113
|
||
#define IDI_PPSSPP 115
|
||
#define IDD_CONFIG 116
|
||
#define IDI_STOPDISABLE 118
|
||
#define ID_DEBUG_DISASSEMBLY 119
|
||
#define ID_DEBUG_REGISTERS 120
|
||
#define WHEEL_DELTA 120
|
||
#define ID_DEBUG_LOG 121
|
||
#define ID_DEBUG_BREAKPOINTS 122
|
||
#define ID_FILE_LOADSTATEFILE 126
|
||
#define ID_FILE_SAVESTATEFILE 127
|
||
#define ID_EMULATION_RESET 130
|
||
#define IDD_ABOUTBOX 133
|
||
#define ID_DEBUG_LOADMAPFILE 134
|
||
#define ID_CONFIG_RESOLUTION 141
|
||
#define ID_OPTIONS_FULLSCREEN 154
|
||
#define ID_OPTIONS_SETTINGS 155
|
||
#define ID_CPU_DYNAREC 156
|
||
#define ID_CPU_INTERPRETER 157
|
||
#define ID_OPTIONS_SHOWERRORS 158
|
||
#define ID_PLUGINS_LOADDEFAULTPLUGINS 159
|
||
#define IDD_MEMORY 160
|
||
#define ID_DEBUG_MEMORYVIEW 161
|
||
#define IDR_ACCELS 162
|
||
#define ID_FILE_BOOTDVD 166
|
||
#define ID_OPTIONS_ENABLEFRAMEBUFFER 167
|
||
#define IDR_POPUPMENUS 169
|
||
#define ID_DEBUG_MEMORYCHECKS 173
|
||
#define IDD_DIALOG2 186
|
||
#define IDD_MEMORYSEARCH 187
|
||
#define ID_DEBUG_MEMORYSEARCH 188
|
||
#define ID_DEBUG_EXPERIMENT 189
|
||
#define IDR_MENU2 190
|
||
#define ID_DISASM_GOTOINMEMORYVIEW 197
|
||
#define ID_DISASM_TOGGLEBREAKPOINT 198
|
||
#define ID_MEMVIEW_DUMP 199
|
||
#define ID_OPTIONS_LOGGPFIFO 200
|
||
#define ID_VIEW_TOOLBAR202 202
|
||
#define ID_VIEW_STATUSBAR 203
|
||
#define ID_HELP_INDEX204 204
|
||
#define ID_HELP_ 206
|
||
#define ID_HELP_HOMEPAGE 208
|
||
#define ID_DEBUG_COMPILESIGNATUREFILE 209
|
||
#define ID_DEBUG_USESIGNATUREFILE 210
|
||
#define ID_DEBUG_UNLOADALLSYMBOLS 211
|
||
#define ID_DEBUG_RESETSYMBOLTABLE 212
|
||
#define IDI_STOP 223
|
||
#define IDD_INPUTBOX 226
|
||
#define IDD_VFPU 231
|
||
#define IDD_CONTROLS 232
|
||
#define IDD_BREAKPOINT 233
|
||
|
||
#define IDC_GO 1001
|
||
#define IDC_ADDRESS 1002
|
||
#define IDC_DEBUG_COUNT 1003
|
||
#define IDC_STOP 1004
|
||
#define IDC_SKIP 1005
|
||
#define IDC_MEMORY 1006
|
||
#define IDC_SH4REGISTERS 1007
|
||
#define IDC_REGISTERS 1007
|
||
#define IDC_BREAKPOINTS 1008
|
||
#define IDC_STEP 1009
|
||
#define IDC_VERSION 1010
|
||
#define IDC_UP 1014
|
||
#define IDC_DOWN 1015
|
||
#define IDC_BREAKPOINTS_LIST 1015
|
||
#define IDC_ADD 1016
|
||
#define IDC_BREAKPOINT_EDIT 1017
|
||
#define IDC_REMOVE 1018
|
||
#define IDC_REMOVE_ALL 1019
|
||
#define IDC_REGISTER_TAB 1019
|
||
#define IDC_HIDE 1020
|
||
#define IDC_TOGGLEBREAKPOINT 1049
|
||
#define IDC_STAGE 1059
|
||
#define IDC_MEMVIEW 1069
|
||
#define IDC_GOTOLR 1070
|
||
#define IDC_GOTOINT 1071
|
||
#define IDC_MEMSORT 1073
|
||
#define IDC_BACKWARDLINKS 1074
|
||
#define IDC_ALLFUNCTIONS 1075
|
||
#define IDC_RESULTS 1093
|
||
#define IDC_SYMBOLS 1097
|
||
#define IDC_X86ASM 1098
|
||
#define IDC_INPUTBOX 1098
|
||
#define IDC_MODENORMAL 1099
|
||
#define IDC_MODESYMBOLS 1100
|
||
#define IDC_LOG_SHOW 1101
|
||
#define IDC_UPDATELOG 1108
|
||
#define IDC_SETPC 1118
|
||
#define IDC_UPDATEMISC 1134
|
||
#define IDC_CODEADDRESS 1135
|
||
#define IDC_BLOCKNUMBER 1136
|
||
#define IDC_PREVBLOCK 1138
|
||
#define IDC_REGIONS 1142
|
||
#define IDC_REGLIST 1146
|
||
#define IDC_VALUENAME 1148
|
||
#define IDC_FILELIST 1150
|
||
#define IDC_BROWSE 1159
|
||
#define IDC_SHOWVFPU 1161
|
||
#define IDC_LISTCONTROLS 1162
|
||
#define IDC_FORCE_INPUT_DEVICE 1163
|
||
#define IDC_BREAKPOINTLIST 1164
|
||
#define IDC_DEBUGMEMVIEW 1165
|
||
#define IDC_BREAKPOINT_OK 1166
|
||
#define IDC_BREAKPOINT_CANCEL 1167
|
||
#define IDC_BREAKPOINT_ADDRESS 1168
|
||
#define IDC_BREAKPOINT_SIZE 1169
|
||
#define IDC_BREAKPOINT_CONDITION 1170
|
||
#define IDC_BREAKPOINT_EXECUTE 1171
|
||
#define IDC_BREAKPOINT_MEMORY 1172
|
||
#define IDC_BREAKPOINT_READ 1173
|
||
#define IDC_BREAKPOINT_WRITE 1174
|
||
#define IDC_BREAKPOINT_ENABLED 1175
|
||
#define IDC_BREAKPOINT_LOG 1176
|
||
#define IDC_BREAKPOINT_ONCHANGE 1177
|
||
#define IDC_THREADLIST 1178
|
||
#define IDC_THREADNAME 1179
|
||
|
||
#define IDTIMEOUT 32000
|
||
#define ID_FILE_EXIT 40002
|
||
#define ID_CONFIG_SELECT_PLUGINS 40003
|
||
#define ID_BUTTON40013 40013
|
||
#define ID_BUTTON40014 40014
|
||
#define ID_BUTTON40015 40015
|
||
#define ID_OPTIONS_EMULATESYSCALL 40023
|
||
#define ID_DEBUG_LOCATESYMBOLS 40025
|
||
#define ID_HELP_TOPICS 40026
|
||
#define ID_DEBUG_SAVEMAPFILE 40028
|
||
#define ID_MEMCHECKS_TRIPLEMIRROR 40044
|
||
#define ID_MEMCHECKS_DUPLICATE 40045
|
||
#define ID_PLUGINS_CHOOSEPLUGINS 40048
|
||
#define ID_DISASM_ADDHLE 40050
|
||
#define ID_FUNCLIST_KILLFUNCTION 40051
|
||
#define ID_FILE_REFRESHGAMELIST 40053
|
||
#define ID_DISASM_RUNTOHERE 40054
|
||
#define ID_MEMVIEW_COPYVALUE 40058
|
||
#define ID_DISASM_COPYINSTRUCTIONDISASM 40059
|
||
#define ID_DISASM_COPYINSTRUCTIONHEX 40060
|
||
#define ID_OPTIONS_CONFIGURATIONWIZARD 40064
|
||
#define ID_BUTTON40066 40066
|
||
#define ID_GAMELIST_SHRINK 40067
|
||
#define ID_GAMELIST_PROPERTIES 40068
|
||
#define ID_GAMELIST_EXTRACT 40069
|
||
#define ID_GAMELIST_PLAY 40070
|
||
#define ID_EMULATION_SPEEDLIMIT 40071
|
||
#define ID_TOGGLE_PAUSE 40072
|
||
#define ID_EMULATION_STOP 40074
|
||
#define ID_CPU_ENABLEDEBUGGING 40075
|
||
#define ID_FILE_LOAD 40076
|
||
#define ID_OPTIONS_ENABLEDTKMUSIC 40078
|
||
#define ID_BUTTON40079 40079
|
||
#define ID_HELP_ABOUT 40080
|
||
#define ID_DISASM_FOLLOWBRANCH 40085
|
||
#define ID_OPTIONS_IGNOREILLEGALREADS 40086
|
||
#define ID_DISASM_COPYADDRESS 40087
|
||
#define ID_GAMELIST_OPENWITH 40090
|
||
#define ID_REGLIST_GOTOINMEMORYVIEW 40091
|
||
#define ID_REGLIST_COPYVALUE 40092
|
||
#define ID_REGLIST_COPY 40093
|
||
#define ID_REGLIST_GOTOINDISASM 40094
|
||
#define ID_REGLIST_CHANGE 40095
|
||
#define ID_REGLIST_COPYVALUEATMEMOR 40100
|
||
#define ID_GAMELIST_EXPLORE 40101
|
||
#define ID_DEBUG_MEMORYVIEW2 40102
|
||
#define ID_DS_SHOWBGPALETTE 40103
|
||
#define ID_DS_SHOWBGPALETTE2 40104
|
||
#define ID_DISASM_RENAMEFUNCTION 40105
|
||
#define ID_DISASM_SETPCTOHERE 40107
|
||
#define ID_SYSTEM 40108
|
||
#define ID_SYSTEM_DUMMY 40109
|
||
#define ID_OPTIONS_DISPLAYRAWFRAMEBUFFER 40110
|
||
#define ID_HELP_OPENHTTP 40111
|
||
#define ID_HELP_OPENWEBSITE 40112
|
||
#define ID_OPTIONS_SCREEN1X 40113
|
||
#define ID_OPTIONS_MENUEDITOR 40114
|
||
#define ID_OPTIONS_SCREEN3X 40115
|
||
#define ID_OPTIONS_SCREEN4X 40116
|
||
#define ID_OPTIONS_SCREEN2X 40117
|
||
#define ID_OPTIONS_BUFFEREDRENDERING 40118
|
||
#define ID_EMULATION_FAST 40119
|
||
#define ID_EMULATION_FASTINTERPRETER 40120
|
||
#define ID_CPU_FASTINTERPRETER 40121
|
||
#define ID_OPTIONS_SHOWDEBUGSTATISTICS 40122
|
||
#define ID_OPTIONS_WIREFRAME 40123
|
||
#define ID_OPTIONS_HARDWARETRANSFORM 40124
|
||
#define ID_OPTIONS_FASTMEMORY 40125
|
||
#define IDC_STEPHLE 40126
|
||
#define ID_OPTIONS_LINEARFILTERING 40127
|
||
#define ID_FILE_QUICKSAVESTATE 40128
|
||
#define ID_FILE_QUICKLOADSTATE 40129
|
||
#define ID_OPTIONS_CONTROLS 40130
|
||
#define ID_EMULATION_RUNONLOAD 40131
|
||
#define ID_DEBUG_DUMPNEXTFRAME 40132
|
||
#define ID_OPTIONS_SIMPLE2XSSAA 40133
|
||
#define ID_OPTIONS_USEVBO 40134
|
||
#define ID_OPTIONS_DISABLEG3DLOG 40135
|
||
#define ID_OPTIONS_VERTEXCACHE 40136
|
||
#define ID_OPTIONS_SHOWFPS 40137
|
||
#define ID_OPTIONS_STRETCHDISPLAY 40138
|
||
#define ID_OPTIONS_FRAMESKIP 40139
|
||
#define IDC_MEMCHECK 40140
|
||
#define ID_FILE_MEMSTICK 40142
|
||
#define ID_FILE_LOAD_MEMSTICK 40143
|
||
#define ID_EMULATION_SOUND 40144
|
||
#define ID_OPTIONS_MIPMAP 40145
|
||
#define ID_TEXTURESCALING_OFF 40150
|
||
#define ID_Menu40151 40151
|
||
#define ID_TEXTURESCALING_XBRZ 40152
|
||
#define ID_TEXTURESCALING_HYBRID 40153
|
||
#define ID_TEXTURESCALING_2X 40154
|
||
#define ID_TEXTURESCALING_3X 40155
|
||
#define ID_TEXTURESCALING_4X 40156
|
||
#define ID_TEXTURESCALING_5X 40157
|
||
#define ID_TEXTURESCALING_DEPOSTERIZE 40158
|
||
#define ID_TEXTURESCALING_BICUBIC 40159
|
||
#define ID_TEXTURESCALING_HYBRID_BICUBIC 40160
|
||
#define IDB_IMAGE_PSP 40161
|
||
#define IDC_EDIT_KEY_MENU 40162
|
||
#define IDC_EDIT_KEY_BACK 40163
|
||
#define IDC_EDIT_KEY_CROSS 40164
|
||
#define IDC_EDIT_KEY_CIRCLE 40165
|
||
#define IDC_EDIT_KEY_RECTANGLE 40166
|
||
#define IDC_EDIT_KEY_TRIANGLE 40167
|
||
#define IDC_EDIT_KEY_SELECT 40168
|
||
#define IDC_EDIT_KEY_START 40169
|
||
#define IDC_EDIT_KEY_LBUMPER 40170
|
||
#define IDC_EDIT_KEY_RBUMPER 40171
|
||
#define IDC_EDIT_KEY_LEFT_THUMB 40172
|
||
#define IDC_EDIT_KEY_RIGHT_THUMB 40173
|
||
#define IDC_EDIT_KEYUP 40174
|
||
#define IDC_EDIT_KEYDOWN 40175
|
||
#define IDC_EDIT_KEYLEFT 40176
|
||
#define IDC_EDIT_KEYRIGHT 40177
|
||
#define IDC_EDIT_KEY_ANALOG_UP 40178
|
||
#define IDC_EDIT_KEY_ANALOG_DOWN 40179
|
||
#define IDC_EDIT_KEY_ANALOG_LEFT 40180
|
||
#define IDC_EDIT_KEY_ANALOG_RIGHT 40181
|
||
#define IDC_TAB_INPUT_DEVICE 40182
|
||
#define IDC_STATIC_IMAGE_PSP 40183
|
||
#define ID_CONTROLS_KEY_DISABLE 40184
|
||
#define ID_OPTIONS_TOPMOST 40185
|
||
#define ID_HELP_OPENFORUM 40186
|
||
#define ID_OPTIONS_VSYNC 40187
|
||
#define ID_DEBUG_TAKESCREENSHOT 40188
|
||
#define ID_OPTIONS_TEXTUREFILTERING_AUTO 40189
|
||
#define ID_OPTIONS_NEARESTFILTERING 40190
|
||
#define ID_DISASM_DISASSEMBLETOFILE 40191
|
||
#define ID_OPTIONS_LINEARFILTERING_CG 40192
|
||
#define ID_DISASM_DISABLEBREAKPOINT 40193
|
||
#define ID_DISASM_THREAD_FORCERUN 40194
|
||
#define ID_DISASM_THREAD_KILL 40195
|
||
#define ID_FILE_SAVESTATE_NEXT_SLOT 40197
|
||
#define ID_OPTIONS_READFBOTOMEMORYGPU 40198
|
||
#define ID_OPTIONS_READFBOTOMEMORYCPU 40199
|
||
#define ID_OPTIONS_NONBUFFEREDRENDERING 40200
|
||
|
||
#define IDC_STATIC -1
|
||
|
||
// Next default values for new objects
|
||
//
|
||
#ifdef APSTUDIO_INVOKED
|
||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
#define _APS_NEXT_RESOURCE_VALUE 233
|
||
#define _APS_NEXT_COMMAND_VALUE 40196
|
||
#define _APS_NEXT_CONTROL_VALUE 1163
|
||
#define _APS_NEXT_SYMED_VALUE 101
|
||
#endif
|
||
#endif
|