From 7b8d99a69fc510f869ac0e4728a8053409633d30 Mon Sep 17 00:00:00 2001 From: refraction Date: Mon, 25 Jun 2012 12:15:39 +0000 Subject: [PATCH] GIF/1.0.0: Fix some condition bitching from my sloppy coding in r5277 and integrated the change in to the 1.0.0 branch as it will stop the emulator complaining about double interrupts. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5325 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Gif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index e87186b7bb..3ede5edf57 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -58,7 +58,7 @@ __fi void gifInterrupt() if(vif1Regs.stat.VGW) { //Check if VIF is in a cycle or is currently "idle" waiting for GIF to come back. - if(!cpuRegs.interrupt & (1<