aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2011-09-25 16:47:14 +0300
committernotaz2011-09-27 02:09:35 +0300
commit59774ed0120d20c731ee20da88ba6356d184dc8a (patch)
tree2d025303afb700215faf1bf95fa9735e5eaa68f7 /libpcsxcore/new_dynarec/emu_if.h
parent41f55c9fb3e682e2c424e98ec70ab6aad226f85d (diff)
downloadpcsx_rearmed-59774ed0120d20c731ee20da88ba6356d184dc8a.tar.gz
pcsx_rearmed-59774ed0120d20c731ee20da88ba6356d184dc8a.tar.bz2
pcsx_rearmed-59774ed0120d20c731ee20da88ba6356d184dc8a.zip
gte: split arm code for pollux, generate flagless handlers
flagless are unused but will be used later, at least I hope so.
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 8acd1f5..e16cca5 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -30,6 +30,7 @@ extern int reg_cop0[];
/* COP2/GTE */
extern int reg_cop2d[], reg_cop2c[];
extern void *gte_handlers[64];
+extern void *gte_handlers_nf[64];
extern const char gte_cycletab[64];
/* dummy */