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:
refraction 2014-02-02 20:19:54 +00:00
parent 02afca3bb6
commit 5a8f01edf4
1 changed files with 5 additions and 0 deletions

View File

@ -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;