Minor fix from yesterday's IPU refactoring (fixes some homebrew stuffs)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3738 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-09-06 16:58:10 +00:00
parent 3cfd0c68af
commit e246d617ef
1 changed files with 4 additions and 1 deletions

View File

@ -381,7 +381,10 @@ __fi void dmaIPU0() // fromIPU
ipu0dma.chcr.STR = false;
hwDmacIrq(DMAC_FROM_IPU);
}
IPUProcessInterrupt();
//IPUProcessInterrupt();
extern void IPUWorker();
if (ipuRegs.ctrl.BUSY) IPUWorker();
}
__fi void dmaIPU1() // toIPU