X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxevents.c;h=28c1b5dfde0e24361c1e10dd6dae52cb50f52217;hb=c2eee46bfb8a3fde297735a8b115330498d442b4;hp=06089f2ea8f0ba8d7b19e26df7cef660f6d9a8c6;hpb=9a0a61d27586bfb93aa443cc59d9588d2b9cf992;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxevents.c b/libpcsxcore/psxevents.c index 06089f2e..28c1b5df 100644 --- a/libpcsxcore/psxevents.c +++ b/libpcsxcore/psxevents.c @@ -50,6 +50,7 @@ static irq_func * const irq_funcs[] = { [PSXINT_CDRLID] = cdrLidSeekInterrupt, [PSXINT_IRQ10] = irq10Interrupt, [PSXINT_SPU_UPDATE] = spuUpdate, + [PSXINT_SPU_IRQ] = spuDelayedIrq, [PSXINT_RCNT] = psxRcntUpdate, };