diff options
author | Subv <subv2112@gmail.com> | 2015-01-05 20:17:49 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-01-07 15:08:35 -0500 |
commit | 9bf82beb4cbb0b75448a071179c3497187963248 (patch) | |
tree | c7a99156a6aefb78436c625f1d3170ee4becccd0 /src/core/arm/arm_interface.h | |
parent | 6fad32ea9848d5636cb75a8a7cf409dfb89e083e (diff) |
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Implemented the required calls to make it work.
CoreTiming: Added a new logging class Core_Timing.
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r-- | src/core/arm/arm_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 3b7209418e..d3bd4a9a36 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: /** |