aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.c
diff options
context:
space:
mode:
authornotaz2010-12-22 02:34:30 +0200
committernotaz2010-12-23 00:29:55 +0200
commit57a757cedcc7928894aaf957565adfa95f1caab5 (patch)
tree6a5a097bc06f42e0b6ddf40327f9c0e1160e54e9 /libpcsxcore/new_dynarec/emu_if.c
parent528ad661dd07067cbcd6c1beebad63fc36795759 (diff)
downloadpcsx_rearmed-57a757cedcc7928894aaf957565adfa95f1caab5.tar.gz
pcsx_rearmed-57a757cedcc7928894aaf957565adfa95f1caab5.tar.bz2
pcsx_rearmed-57a757cedcc7928894aaf957565adfa95f1caab5.zip
update gpu DMA related code to pcsxr-svn Nov 28
mostly authored by shalma, some by weimingzhi.
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.c')
-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 4f0ca75..69e75f9 100644
--- a/libpcsxcore/new_dynarec/emu_if.c
+++ b/libpcsxcore/new_dynarec/emu_if.c
@@ -60,6 +60,7 @@ static irq_func * const irq_funcs[] = {
[PSXINT_MDECOUTDMA] = mdec1Interrupt,
[PSXINT_SPUDMA] = spuInterrupt,
[PSXINT_MDECINDMA] = mdec0Interrupt,
+ [PSXINT_GPUOTCDMA] = gpuotcInterrupt,
};
/* local dupe of psxBranchTest, using event_cycles */