summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-01-06 02:17:49 +0100
committerSubv <subv2112@gmail.com>2015-01-07 21:08:35 +0100
commit9bf82beb4cbb0b75448a071179c3497187963248 (patch)
treec7a99156a6aefb78436c625f1d3170ee4becccd0 /src/core/arm/arm_interface.h
parentMerge pull request #422 from lioncash/bxj (diff)
downloadyuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.gz
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.bz2
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.lz
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.xz
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.zst
yuzu-9bf82beb4cbb0b75448a071179c3497187963248.zip
Diffstat (limited to '')
-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:
return num_instructions;
}
+ s64 down_count; ///< A decreasing counter of remaining cycles before the next event, decreased by the cpu run loop
+
protected:
/**