summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/arm_interpreter.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-02 03:40:10 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-02 03:40:10 +0200
commite8a17ee6fdf7ab653be32f52afb10f0dafdf61c1 (patch)
treec8396f428819e31dbf2ae568538140e44d2bc27c /src/core/arm/interpreter/arm_interpreter.h
parentsvc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments (diff)
downloadyuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar.gz
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar.bz2
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar.lz
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar.xz
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.tar.zst
yuzu-e8a17ee6fdf7ab653be32f52afb10f0dafdf61c1.zip
Diffstat (limited to 'src/core/arm/interpreter/arm_interpreter.h')
-rw-r--r--src/core/arm/interpreter/arm_interpreter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/interpreter/arm_interpreter.h b/src/core/arm/interpreter/arm_interpreter.h
index 6a531e497..1e82883a2 100644
--- a/src/core/arm/interpreter/arm_interpreter.h
+++ b/src/core/arm/interpreter/arm_interpreter.h
@@ -72,6 +72,9 @@ public:
*/
void LoadContext(const ThreadContext& ctx);
+ /// Prepare core for thread reschedule (if needed to correctly handle state)
+ void PrepareReschedule();
+
protected:
/**