mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
9238bbdcc1
commit
0db63683a2
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue