X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Femu_if.h;h=9e7f710525c192da6e22189eb9d2ff1edcb7ca12;hb=c7abc8640c52f63f655ba38585b37c8548527b63;hp=e93fabd02b96246e2e1202bc52092eb3a5f2109d;hpb=67ba0fb4fa3f120c4156ca7d6155c51b7623e84f;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h index e93fabd0..9e7f7105 100644 --- a/libpcsxcore/new_dynarec/emu_if.h +++ b/libpcsxcore/new_dynarec/emu_if.h @@ -50,8 +50,8 @@ extern unsigned int next_interupt; extern int pending_exception; /* called by drc */ -void MTC0_(); -#define MTC0 MTC0_ /* don't call interpreter with wrong args */ +void pcsx_mtc0(u32 reg); +void pcsx_mtc0_ds(u32 reg); /* misc */ extern void (*psxHLEt[])();