fix irq10 for the dynarec
authornotaz <notasas@gmail.com>
Tue, 5 Sep 2023 18:07:01 +0000 (21:07 +0300)
committernotaz <notasas@gmail.com>
Tue, 5 Sep 2023 18:16:08 +0000 (21:16 +0300)
libretro/pcsx_rearmed#723

libpcsxcore/r3000a.c

index 9b47936..df62725 100644 (file)
@@ -264,7 +264,7 @@ static void psxScheduleIrq10One(u32 cycles_abs) {
        psxRegs.interrupt |= 1 << PSXINT_IRQ10;
        psxRegs.intCycle[PSXINT_IRQ10].cycle = c;
        psxRegs.intCycle[PSXINT_IRQ10].sCycle = rcnts[3].cycleStart;
-       new_dyna_set_event(PSXINT_IRQ10, c);
+       new_dyna_set_event_abs(PSXINT_IRQ10, cycles_abs);
 }
 
 void irq10Interrupt() {