mirror of https://github.com/PCSX2/pcsx2.git
Increasing mVU0 maximum running time. Fixes most SPS in Silver Surfer.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2624 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
763c8037a3
commit
1e4895d3cb
|
@ -365,7 +365,7 @@ void recMicroVU0::ExecuteBlock() {
|
|||
if ((VU0.VI[REG_VPU_STAT].UL & 1) == 0) return;
|
||||
|
||||
XMMRegisters::Freeze();
|
||||
((mVUrecCall)microVU0.startFunct)(VU0.VI[REG_TPC].UL, 0x300);
|
||||
((mVUrecCall)microVU0.startFunct)(VU0.VI[REG_TPC].UL, 0x3000);
|
||||
XMMRegisters::Thaw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue