diff --git a/pcsx2/x86/ix86-32/iR5900-32.cpp b/pcsx2/x86/ix86-32/iR5900-32.cpp index 43ec86d7e2..36bbfb7bfc 100644 --- a/pcsx2/x86/ix86-32/iR5900-32.cpp +++ b/pcsx2/x86/ix86-32/iR5900-32.cpp @@ -1219,6 +1219,9 @@ void recompileNextInstruction(int delayslot) // _freeMMXregs(); // _flushCachedRegs(); // g_cpuHasConstReg = 1; + + if (!delayslot && x86Ptr - recPtr > 0x1000) + s_nEndBlock = pc; } extern u32 psxdump; @@ -1724,7 +1727,7 @@ StartRecomp: if( willbranch3 || !branch) { iFlushCall(FLUSH_EVERYTHING); - iBranch(pc, 0); + iBranchTest(pc); } }