summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar Subv2015-01-05 20:17:49 -0500
committerGravatar Subv2015-01-07 15:08:35 -0500
commit9bf82beb4cbb0b75448a071179c3497187963248 (patch)
treec7a99156a6aefb78436c625f1d3170ee4becccd0 /src/core/arm/arm_interface.h
parentMerge pull request #422 from lioncash/bxj (diff)
downloadyuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.gz
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.xz
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.zip
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 3b7209418..d3bd4a9a3 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -103,6 +103,8 @@ public:
103 return num_instructions; 103 return num_instructions;
104 } 104 }
105 105
106 s64 down_count; ///< A decreasing counter of remaining cycles before the next event, decreased by the cpu run loop
107
106protected: 108protected:
107 109
108 /** 110 /**