From fca1aef29ed173264919b7a0b35f92dbe0d4e521 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 14 Jan 2011 17:43:22 +0200 Subject: drc: handle MTC0 in delay slot also refactor MTC0 code a bit. --- libpcsxcore/new_dynarec/emu_if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/new_dynarec/emu_if.h') diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h index e93fabd..9e7f710 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[])(); -- cgit v1.2.3