summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-03-16 17:16:59 +0100
committerLioncash <mathew1800@gmail.com>2015-03-16 17:18:37 +0100
commit8cf81643a96875d29f3c5b1054c16fe163836697 (patch)
tree2ea2d84aac8e0226f8cc089c5752178473ba4030 /src/core/arm/arm_interface.h
parentMerge pull request #657 from Subv/flip (diff)
downloadyuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar.gz
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar.bz2
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar.lz
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar.xz
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.tar.zst
yuzu-8cf81643a96875d29f3c5b1054c16fe163836697.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/arm_interface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index ef37ee055..fe1e584ad 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -74,12 +74,6 @@ public:
virtual void SetCPSR(u32 cpsr) = 0;
/**
- * Returns the number of clock ticks since the last rese
- * @return Returns number of clock ticks
- */
- virtual u64 GetTicks() const = 0;
-
- /**
* Advance the CPU core by the specified number of ticks (e.g. to simulate CPU execution time)
* @param ticks Number of ticks to advance the CPU core
*/