From 0db63683a21eb66af29ee8ddee056c8ad26e6ec7 Mon Sep 17 00:00:00 2001 From: refraction Date: Wed, 23 Jun 2010 15:18:55 +0000 Subject: [PATCH] Fix the fix that fixes the ffx video fix... fixed :p git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3283 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/IPU/IPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/IPU/IPU.cpp b/pcsx2/IPU/IPU.cpp index 51f7a0f3b9..c981cbdae0 100644 --- a/pcsx2/IPU/IPU.cpp +++ b/pcsx2/IPU/IPU.cpp @@ -1273,7 +1273,7 @@ static __forceinline bool WaitGSPaths() { if(CHECK_IPUWAITHACK) { - if(GSTransferStatus.PTH3 < STOPPED_MODE) + if(GSTransferStatus.PTH3 < STOPPED_MODE && GSTransferStatus.PTH3 != IDLE_MODE) { //GIF_LOG("Flushing gif chcr %x tadr %x madr %x qwc %x", gif->chcr._u32, gif->tadr, gif->madr, gif->qwc); //DevCon.WriteLn("Waiting for GIF");