mirror of https://github.com/PCSX2/pcsx2.git
VIF: Fixed a logic error from r5380 which broke The Simpsons Game
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5517 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
c46deeccde
commit
f000b3603e
|
@ -98,12 +98,12 @@ _vifT static __fi bool vifTransfer(u32 *data, int size, bool TTE) {
|
|||
|
||||
if (vifXch.chcr.STR) hwDmacSrcTadrInc(vifXch);
|
||||
|
||||
vifX.irqoffset.enabled = false;
|
||||
|
||||
if(!vifXch.qwc)
|
||||
vifX.inprogress &= ~0x1;
|
||||
else if(vifX.irqoffset.value != 0)
|
||||
vifX.irqoffset.enabled = true;
|
||||
else
|
||||
vifX.irqoffset.enabled = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue