Quick! Look behind you! a 3 headed monkey!

This commit is contained in:
refractionpcsx2
2008-03-28 22:43:27 +00:00
parent 672c0a1394
commit 859d6a54e5

View File

@@ -454,7 +454,7 @@ void SIF1Dma()
}
}
}
if(sif1dma->qwc > 0) // There's some data ready to transfer into the fifo..
else // There's some data ready to transfer into the fifo..
{
int qwTransfer = sif1dma->qwc;
u32 *data;