diff --git a/pcsx2/PsxSio2.c b/pcsx2/PsxSio2.c index c8a80e6..a0bec68 100644 --- a/pcsx2/PsxSio2.c +++ b/pcsx2/PsxSio2.c @@ -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) {