mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #963 from PCSX2/game-starting-too-late-i627
Call eeGameStarting sooner
This commit is contained in:
commit
916c80d53f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue