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:
ramapcsx2 2010-02-23 00:35:29 +00:00
parent 763c8037a3
commit 1e4895d3cb
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}