From 9bf82beb4cbb0b75448a071179c3497187963248 Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 5 Jan 2015 20:17:49 -0500 Subject: CoreTiming: Ported the CoreTiming namespace from PPSSPP Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. --- src/core/arm/arm_interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/arm/arm_interface.h') diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 3b720941..d3bd4a9a 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -103,6 +103,8 @@ public: return num_instructions; } + s64 down_count; ///< A decreasing counter of remaining cycles before the next event, decreased by the cpu run loop + protected: /** -- cgit v1.2.3