[RSP] Try to use JunielKatarn's error paste to sync Main.cpp.

This commit is contained in:
2016-02-11 17:23:50 -05:00
parent 2a13b62d0f
commit e14b9d5c58
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ BOOL DebuggingEnabled = FALSE,
BreakOnStart = FALSE,
LogRDP = FALSE,
LogX86Code = FALSE;
DWORD CPUCore = RecompilerCPU;
uint32_t CPUCore = RecompilerCPU;
HANDLE hMutex = NULL;
DEBUG_INFO DebugInfo;
RSP_INFO RSPInfo;
HINSTANCE hinstDLL;
void * hinstDLL;
HMENU hRSPMenu = NULL;
extern BYTE * pLastSecondary;