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