mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
595e277a87
commit
16b2fb0639
pcsx2/x86
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue