aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2010-12-02 01:15:49 +0200
committernotaz2010-12-02 01:17:34 +0200
commit822b27d12f2c2a66f8de4ff7109f452048c5d899 (patch)
tree4f81a5afa182d8b392a8be85ba1f25034da711b4 /libpcsxcore/new_dynarec/emu_if.h
parent666a299d761b91429d2952f55dac9270e0fb930e (diff)
downloadpcsx_rearmed-822b27d12f2c2a66f8de4ff7109f452048c5d899.tar.gz
pcsx_rearmed-822b27d12f2c2a66f8de4ff7109f452048c5d899.tar.bz2
pcsx_rearmed-822b27d12f2c2a66f8de4ff7109f452048c5d899.zip
drc: fix cycle counting, make it use single var
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 1657668..8777fa5 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -21,7 +21,7 @@ extern int reg_cop0[];
#define BadVAddr psxRegs.CP0.n.BadVAddr
#define Context psxRegs.CP0.n.Context
#define EntryHi psxRegs.CP0.n.EntryHi
-#define Count psxRegs.CP0.n.Count
+#define Count psxRegs.cycle // psxRegs.CP0.n.Count
/* dummy */
extern int FCR0, FCR31;