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=700182a1e4efc15afd4bdcab45fd4a449c5b0aca;hpb=b9b61529b6c9bf30a3146178e2dda31b15ff3614;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h index 700182a1..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_addr; +extern void (*psxHLEt[])();