mirror of https://github.com/PCSX2/pcsx2.git
Small bug in the new VIF timing i forgot to fix :P
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@455 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fbff495952
commit
b1600e57f7
|
@ -1200,7 +1200,7 @@ __forceinline void vif0TransInterrupt() {
|
|||
//vif1ch->qwc = 0;
|
||||
//vif1Regs->stat|= VIF1_STAT_VIS; //Set the Tag Interrupt flag of VIF1_STAT
|
||||
vif0.done = 1;
|
||||
return; //End Transfer
|
||||
//return; //End Transfer
|
||||
}
|
||||
vif0Interrupt();
|
||||
}
|
||||
|
@ -2130,7 +2130,7 @@ __forceinline void vif1TransInterrupt() {
|
|||
//vif1ch->qwc = 0;
|
||||
//vif1Regs->stat|= VIF1_STAT_VIS; //Set the Tag Interrupt flag of VIF1_STAT
|
||||
vif1.done = 1;
|
||||
return; //End Transfer
|
||||
//return; //End Transfer
|
||||
}
|
||||
vif1Interrupt();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue