mirror of https://github.com/PCSX2/pcsx2.git
EERec: Disable large block splitting
This commit is contained in:
parent
d17ceec14b
commit
8de4e190dc
|
@ -1760,9 +1760,6 @@ void recompileNextInstruction(int delayslot)
|
|||
}
|
||||
}
|
||||
cpuRegs.code = *s_pCode;
|
||||
|
||||
if (!delayslot && (xGetPtr() - recPtr > 0x1000))
|
||||
s_nEndBlock = pc;
|
||||
}
|
||||
|
||||
// (Called from recompiled code)]
|
||||
|
|
Loading…
Reference in New Issue