mirror of https://github.com/PCSX2/pcsx2.git
parent
816e38db8e
commit
f26842faa7
|
@ -726,7 +726,7 @@ void gifMFIFOInterrupt()
|
||||||
if(!(gifstate & GIF_STATE_STALL)) return;
|
if(!(gifstate & GIF_STATE_STALL)) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!CheckPaths(DMAC_MFIFO_GIF)) return;
|
if (!CheckPaths()) return;
|
||||||
|
|
||||||
if(!gifch.chcr.STR) {
|
if(!gifch.chcr.STR) {
|
||||||
Console.WriteLn("WTF GIFMFIFO");
|
Console.WriteLn("WTF GIFMFIFO");
|
||||||
|
|
Loading…
Reference in New Issue