mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
4eb57cde0e
commit
71c8adcfb2
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue