mirror of https://github.com/PCSX2/pcsx2.git
VIF MFIFO: Missed the MFIFO when i did my VIF change in r5843 which would have stopped some games working.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5873 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
02afca3bb6
commit
5a8f01edf4
|
@ -316,6 +316,11 @@ void vifMFIFOInterrupt()
|
|||
if (vif1.irq && vif1.tag.size == 0) {
|
||||
SPR_LOG("VIF MFIFO Code Interrupt detected");
|
||||
vif1Regs.stat.INT = true;
|
||||
|
||||
if (((vif1Regs.code >> 24) & 0x7f) != 0x7) {
|
||||
vif1Regs.stat.VIS = true;
|
||||
}
|
||||
|
||||
hwIntcIrq(INTC_VIF1);
|
||||
--vif1.irq;
|
||||
|
||||
|
|
Loading…
Reference in New Issue