From e14b9d5c58696fef3363ac8c8f9f66b747ff14c5 Mon Sep 17 00:00:00 2001 From: Date: Thu, 11 Feb 2016 17:23:50 -0500 Subject: [PATCH] [RSP] Try to use JunielKatarn's error paste to sync Main.cpp. --- Source/RSP/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;