From 2110a339968fa2ba12d22ecc6b12c9bd555a5d18 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Mon, 8 Dec 2008 08:04:00 +0000 Subject: [PATCH] Dah! A little snippet of debugging code made it into the last commit, which would have most assuredly broken any attempts at running the emulator. -_- git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@402 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/R3000A.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/R3000A.c b/pcsx2/R3000A.c index cfb612a323..5693adaa4c 100644 --- a/pcsx2/R3000A.c +++ b/pcsx2/R3000A.c @@ -223,7 +223,7 @@ static __forceinline void _psxTestInterrupts() { PSX_TESTINT(9, sif0Interrupt, 1); // SIF0 PSX_TESTINT(10, sif1Interrupt, 1); // SIF1 - //PSX_TESTINT(16, sioInterrupt, 0); + PSX_TESTINT(16, sioInterrupt, 0); PSX_TESTINT(19, cdvdReadInterrupt, 1); // Profile-guided Optimization (sorta)