SPU2-X: Little mistake in input area IRQ code.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4745 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2011-06-15 16:24:42 +00:00
parent 94d6aaf4bb
commit 86b80f2603
1 changed files with 1 additions and 1 deletions

View File

@ -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],