diff --git a/Source/RSP/Main.cpp b/Source/RSP/Main.cpp index 1557eba80..b007bb46a 100644 --- a/Source/RSP/Main.cpp +++ b/Source/RSP/Main.cpp @@ -766,7 +766,11 @@ EXPORT void EnableDebugging(Boolean Enabled) EXPORT void PluginLoaded(void) { BreakOnStart = false; +#ifndef _M_X64 CPUCore = RecompilerCPU; +#else + CPUCore = InterpreterCPU; +#endif LogRDP = FALSE; LogX86Code = FALSE; Profiling = FALSE;