Merge pull request #963 from PCSX2/game-starting-too-late-i627

Call eeGameStarting sooner
This commit is contained in:
Gregory Hainaut 2015-11-11 10:46:06 +01:00
commit 916c80d53f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
xCALL(eeGameStarting);
eeGameStarting();
g_branch = 0;