summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom.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/dyncom/arm_dyncom.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/dyncom/arm_dyncom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom.h b/src/core/arm/dyncom/arm_dyncom.h
index 213cac1ad..a7f95d307 100644
--- a/src/core/arm/dyncom/arm_dyncom.h
+++ b/src/core/arm/dyncom/arm_dyncom.h
@@ -23,7 +23,6 @@ public:
u32 GetCPSR() const override;
void SetCPSR(u32 cpsr) override;
- u64 GetTicks() const override;
void AddTicks(u64 ticks) override;
void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg);