From 2ed6a71dd24b21ca86b140d7e0a5585a167bc21c Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 8 Nov 2009 08:01:19 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@36311 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 070e790f..369e54a7 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