X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Femu_if.c;h=69e75f9ea9f5c75d177e2bac6c8c4f0cf1731cae;hb=a06c1d6e156b90ce9bfa18664256dfe8f815857e;hp=6c3d782e424fd4be8f253acbae2217dba9540ce7;hpb=52082bc1e755206eb1c9865153fdc733cbc12941;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 6c3d782e..69e75f9e 100644 --- a/libpcsxcore/new_dynarec/emu_if.c +++ b/libpcsxcore/new_dynarec/emu_if.c @@ -59,6 +59,8 @@ static irq_func * const irq_funcs[] = { [PSXINT_GPUDMA] = gpuInterrupt, [PSXINT_MDECOUTDMA] = mdec1Interrupt, [PSXINT_SPUDMA] = spuInterrupt, + [PSXINT_MDECINDMA] = mdec0Interrupt, + [PSXINT_GPUOTCDMA] = gpuotcInterrupt, }; /* local dupe of psxBranchTest, using event_cycles */