From 857a4d6115dd7e38722d9dc27e1135719a655c80 Mon Sep 17 00:00:00 2001 From: refraction Date: Tue, 6 Jul 2010 17:25:53 +0000 Subject: [PATCH] Forgot to do GIF MFIFO :P git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3401 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Gif.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index 7c8b803bd4..8c71ec5d70 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -629,6 +629,13 @@ void gifMFIFOInterrupt() //Console.WriteLn("gifMFIFOInterrupt"); mfifocycles = 0; + if(SIGNAL_IMR_Pending == true) + { + //DevCon.Warning("Path 3 Paused"); + CPU_INT(11, 128); + return; + } + if(GSTransferStatus.PTH3 == STOPPED_MODE && gifRegs->stat.APATH == GIF_APATH3 ) { gifRegs->stat.OPH = false;