Patch in something for ref, may cure some issues with super VU.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3342 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-06-29 09:58:05 +00:00
parent 595e277a87
commit 16b2fb0639
1 changed files with 6 additions and 0 deletions

View File

@ -4367,6 +4367,12 @@ void recVUMI_XGKICK(VURegs *VU, int info)
AND32ItoR(isreg, 0x3fff);
s_XGKICKReg = isreg;
if(GSTransferStatus.PTH1 == STOPPED_MODE && gifRegs->stat.APATH == GIF_APATH1 )
{
gifRegs->stat.OPH = false;
gifRegs->stat.APATH = GIF_APATH_IDLE;
}
if (!SUPERVU_XGKICKDELAY || pc == s_pCurBlock->endpc) {
recVUMI_XGKICK_(VU);
}