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:
refraction 2009-05-25 14:13:57 +00:00
parent ed963ae5ea
commit 0c5c45061b
1 changed files with 1 additions and 1 deletions

View File

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