summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorMerry <git@mary.rs>2022-04-24 13:10:16 +0200
committerMerry <git@mary.rs>2022-04-24 13:10:16 +0200
commit91a6df0361708176fc5500d9783c5266e52eb7b7 (patch)
tree2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/arm/arm_interface.h
parentMerge pull request #8249 from german77/queued (diff)
downloadyuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.gz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.bz2
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.lz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.xz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.zst
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.zip
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index bcec4b3b8..8ce973a77 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -174,9 +174,6 @@ public:
/// Clears the exclusive monitor's state.
virtual void ClearExclusiveState() = 0;
- /// Prepare core for thread reschedule (if needed to correctly handle state)
- virtual void PrepareReschedule() = 0;
-
/// Signal an interrupt and ask the core to halt as soon as possible.
virtual void SignalInterrupt() = 0;