diff --git a/pcsx2/x86/ix86-32/iR5900-32.cpp b/pcsx2/x86/ix86-32/iR5900-32.cpp index b10d3b51fd..5e088c669f 100644 --- a/pcsx2/x86/ix86-32/iR5900-32.cpp +++ b/pcsx2/x86/ix86-32/iR5900-32.cpp @@ -1740,7 +1740,7 @@ static void __fastcall recRecompile( const u32 startpc ) // this is the only way patches get applied, doesn't depend on a hack if (HWADDR(startpc) == ElfEntry) - eeGameStarting(); + xCALL(eeGameStarting); g_branch = 0;