From 86b80f26037efbac7e49f17d7663ec2bb06b2aab Mon Sep 17 00:00:00 2001 From: "sudonim1@gmail.com" Date: Wed, 15 Jun 2011 16:24:42 +0000 Subject: [PATCH] SPU2-X: Little mistake in input area IRQ code. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4745 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/spu2-x/src/ReadInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spu2-x/src/ReadInput.cpp b/plugins/spu2-x/src/ReadInput.cpp index e8d63ba054..16b8a4a26c 100644 --- a/plugins/spu2-x/src/ReadInput.cpp +++ b/plugins/spu2-x/src/ReadInput.cpp @@ -115,7 +115,7 @@ StereoOut32 V_Core::ReadInput() { for (int i=0; i<2; i++) if (Cores[i].IRQEnable && 0x2000 + (Index << 10) + InputPosRead == (Cores[i].IRQA & 0xfffffdff)) - SetIrqCall(Index); + SetIrqCall(i); //retval = StereoOut32( // (s32)ADMATempBuffer[InputPosRead],