From 36b520c7f54b1b8528972d3ad5155ad4a896955d Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 8 Nov 2009 08:00:56 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@36310 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/r3000a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 72d52f37..070e790f 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -154,10 +154,10 @@ void psxBranchTest() { } } - if (psxRegs.interrupt & 0x80000000) { + //if (psxRegs.interrupt & 0x80000000) { psxRegs.interrupt&=~0x80000000; psxTestHWInts(); - } + //} } // if (psxRegs.cycle > 0xd29c6500) Log=1; } -- cgit v1.2.3