aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec
diff options
context:
space:
mode:
authornotaz2010-12-22 01:44:14 +0200
committernotaz2010-12-23 00:29:55 +0200
commit528ad661dd07067cbcd6c1beebad63fc36795759 (patch)
treef0194f7f543d601ab66a94b9c821daeb1ba0373d /libpcsxcore/new_dynarec
parent52082bc1e755206eb1c9865153fdc733cbc12941 (diff)
downloadpcsx_rearmed-528ad661dd07067cbcd6c1beebad63fc36795759.tar.gz
pcsx_rearmed-528ad661dd07067cbcd6c1beebad63fc36795759.tar.bz2
pcsx_rearmed-528ad661dd07067cbcd6c1beebad63fc36795759.zip
update mdec code to pcsxr-svn Nov 26
lots of patches from shalma and gschwnd.
Diffstat (limited to 'libpcsxcore/new_dynarec')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.c1
1 files changed, 1 insertions, 0 deletions
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 */