mirror of https://github.com/PCSX2/pcsx2.git
Communication error :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3343 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
16b2fb0639
commit
fc7fdb5399
|
@ -2001,6 +2001,11 @@ void __fastcall VU1XGKICK_MTGSTransfer(u32 *pMem, u32 addr)
|
|||
memcpy_aligned(pDest, VU1.Mem + addr, size*16);
|
||||
}
|
||||
GetMTGS().SendDataPacket();
|
||||
if(GSTransferStatus.PTH1 == STOPPED_MODE && gifRegs->stat.APATH == GIF_APATH1 )
|
||||
{
|
||||
gifRegs->stat.OPH = false;
|
||||
gifRegs->stat.APATH = GIF_APATH_IDLE;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -4367,12 +4367,6 @@ 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