update mdec code to pcsxr-svn Nov 26
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
index 6c3d782..4f0ca75 100644 (file)
@@ -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 */