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=69e75f9ea9f5c75d177e2bac6c8c4f0cf1731cae;hp=4f0ca758cedbd793b39b6ad5a98be210fa69aad2;hb=57a757cedcc7928894aaf957565adfa95f1caab5;hpb=528ad661dd07067cbcd6c1beebad63fc36795759 diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 4f0ca758..69e75f9e 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 */