aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2011-09-25 22:45:35 +0300
committernotaz2011-09-27 02:09:35 +0300
commitbedfea3863c3c48699048ea0d6dd07893221403c (patch)
tree341052a29f84653828cb01ea4831f8c17fd317bb /libpcsxcore/new_dynarec/emu_if.h
parent59774ed0120d20c731ee20da88ba6356d184dc8a (diff)
downloadpcsx_rearmed-bedfea3863c3c48699048ea0d6dd07893221403c.tar.gz
pcsx_rearmed-bedfea3863c3c48699048ea0d6dd07893221403c.tar.bz2
pcsx_rearmed-bedfea3863c3c48699048ea0d6dd07893221403c.zip
drc: do gte flag liveness detection
just copy-paste existing code and use _nf handlers from previous patch.
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 e16cca5..88749be 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -31,6 +31,7 @@ extern int reg_cop0[];
extern int reg_cop2d[], reg_cop2c[];
extern void *gte_handlers[64];
extern void *gte_handlers_nf[64];
+extern const char *gte_regnames[64];
extern const char gte_cycletab[64];
/* dummy */