mirror of https://github.com/PCSX2/pcsx2.git
Guess im just a jackass, do do do, oh *ahem*... This fixes Jackass :P
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1262 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ed963ae5ea
commit
0c5c45061b
|
@ -1386,7 +1386,7 @@ int IPU1dma()
|
|||
assert(!(g_nDMATransfer & IPU_DMA_TIE1));
|
||||
|
||||
//We need to make sure GIF has flushed before sending IPU data, it seems to REALLY screw FFX videos
|
||||
while(gif->chcr & 0x100)
|
||||
while(gif->chcr & 0x100 && vif1Regs->mskpath3 == 0)
|
||||
{
|
||||
GIF_LOG("Flushing gif chcr %x tadr %x madr %x qwc %x", gif->chcr, gif->tadr, gif->madr, gif->qwc);
|
||||
gsInterrupt();
|
||||
|
|
Loading…
Reference in New Issue