diff --git a/Source/RSP/Main.cpp b/Source/RSP/Main.cpp index d1ec00dd9..ece22ff86 100644 --- a/Source/RSP/Main.cpp +++ b/Source/RSP/Main.cpp @@ -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;