mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
fixed mistake in interrupt changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user