From 528ad661dd07067cbcd6c1beebad63fc36795759 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 22 Dec 2010 01:44:14 +0200 Subject: update mdec code to pcsxr-svn Nov 26 lots of patches from shalma and gschwnd. --- libpcsxcore/new_dynarec/emu_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/new_dynarec') diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 6c3d782..4f0ca75 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 */ -- cgit v1.2.3