From bedfea3863c3c48699048ea0d6dd07893221403c Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 25 Sep 2011 22:45:35 +0300 Subject: drc: do gte flag liveness detection just copy-paste existing code and use _nf handlers from previous patch. --- libpcsxcore/new_dynarec/emu_if.h | 1 + 1 file changed, 1 insertion(+) (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 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 */ -- cgit v1.2.3