summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-01-07 15:30:46 -0500
committerGravatar bunnei2015-01-07 15:30:46 -0500
commit3eca33c6a430a004a9ffe2fc5265143fdf6503f3 (patch)
treeed1972f2121bfdb011e0a566015272aa5dbd5473 /src/core/arm/arm_interface.h
parentMerge pull request #440 from yuriks/lifetime-fix (diff)
parentCoreTiming: Ported the CoreTiming namespace from PPSSPP (diff)
downloadyuzu-3eca33c6a430a004a9ffe2fc5265143fdf6503f3.tar.gz
yuzu-3eca33c6a430a004a9ffe2fc5265143fdf6503f3.tar.xz
yuzu-3eca33c6a430a004a9ffe2fc5265143fdf6503f3.zip
Merge pull request #425 from Subv/coretiming
Ported the CoreTiming namespace from PPSSPP
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 /**