[RSP] Try to use JunielKatarn's error paste to sync Main.cpp.
This commit is contained in:
parent
2a13b62d0f
commit
e14b9d5c58
|
@ -59,13 +59,13 @@ BOOL DebuggingEnabled = FALSE,
|
||||||
BreakOnStart = FALSE,
|
BreakOnStart = FALSE,
|
||||||
LogRDP = FALSE,
|
LogRDP = FALSE,
|
||||||
LogX86Code = FALSE;
|
LogX86Code = FALSE;
|
||||||
DWORD CPUCore = RecompilerCPU;
|
uint32_t CPUCore = RecompilerCPU;
|
||||||
|
|
||||||
HANDLE hMutex = NULL;
|
HANDLE hMutex = NULL;
|
||||||
|
|
||||||
DEBUG_INFO DebugInfo;
|
DEBUG_INFO DebugInfo;
|
||||||
RSP_INFO RSPInfo;
|
RSP_INFO RSPInfo;
|
||||||
HINSTANCE hinstDLL;
|
void * hinstDLL;
|
||||||
HMENU hRSPMenu = NULL;
|
HMENU hRSPMenu = NULL;
|
||||||
|
|
||||||
extern BYTE * pLastSecondary;
|
extern BYTE * pLastSecondary;
|
||||||
|
|
Loading…
Reference in New Issue