Revert "pcsx2: apply patch when first block is compiled"

This reverts commit fa1199ac24.

Got a crash on Gran Turismo 4 (devil may cry 3 too)
This commit is contained in:
Gregory Hainaut 2015-11-12 10:05:51 +01:00
parent 4eb57cde0e
commit 71c8adcfb2
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 // this is the only way patches get applied, doesn't depend on a hack
if (HWADDR(startpc) == ElfEntry) if (HWADDR(startpc) == ElfEntry)
eeGameStarting(); xCALL(eeGameStarting);
g_branch = 0; g_branch = 0;