aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2010-12-05 16:48:35 +0200
committernotaz2010-12-05 16:48:35 +0200
commitb9b61529b6c9bf30a3146178e2dda31b15ff3614 (patch)
tree4bf05387bf63f834fcc24a5b4e04d1a3cf213062 /libpcsxcore/new_dynarec/emu_if.h
parent822b27d12f2c2a66f8de4ff7109f452048c5d899 (diff)
downloadpcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.tar.gz
pcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.tar.bz2
pcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.zip
drc: initial cop2/gte implementation (works, mostly)
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 8777fa5..700182a 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -23,6 +23,11 @@ extern int reg_cop0[];
#define EntryHi psxRegs.CP0.n.EntryHi
#define Count psxRegs.cycle // psxRegs.CP0.n.Count
+/* COP2/GTE */
+extern int reg_cop2d[], reg_cop2c[];
+extern void *gte_handlers[64];
+extern const char gte_cycletab[64];
+
/* dummy */
extern int FCR0, FCR31;