fixed mistake in interrupt changes

This commit is contained in:
refractionpcsx2
2007-12-09 06:48:49 +00:00
parent 45636cf72e
commit 181085eb2b

View File

@@ -273,7 +273,7 @@ void psxDMA12Interrupt()
{
HW_DMA12_CHCR &= ~0x01000000;
psxDmaInterrupt2(5);
psxRegs.interrupt&= ~(1 << 16);
psxRegs.interrupt&= ~(1 << 12);
}
int sio2Freeze(gzFile f, int Mode) {