From e035209623448c5f8c1b90a56e077db4a6e6c668 Mon Sep 17 00:00:00 2001 From: refraction Date: Tue, 29 Jun 2010 19:34:44 +0000 Subject: [PATCH] Missed a little bit :P git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3348 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/R5900.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/R5900.cpp b/pcsx2/R5900.cpp index 93bb43a10e..055449309e 100644 --- a/pcsx2/R5900.cpp +++ b/pcsx2/R5900.cpp @@ -291,7 +291,6 @@ static __forceinline void _cpuTestInterrupts() /* These are 'pcsx2 interrupts', they handle asynchronous stuff that depends on the cycle timings */ - TESTINT(28, gsPath1Interrupt); TESTINT(1, vif1Interrupt); TESTINT(2, gsInterrupt); TESTINT(5, EEsif0Interrupt);