summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-01-15 01:31:47 +0100
committerbunnei <bunneidev@gmail.com>2022-01-15 01:44:14 +0100
commit03884b7ea67a61323753db4d1f66d015bfa042e9 (patch)
tree610168ed468afb237e0d9e10bc87c5197c816327 /src/core/hle/kernel/k_thread.h
parentcore: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager. (diff)
downloadyuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar.gz
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar.bz2
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar.lz
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar.xz
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.tar.zst
yuzu-03884b7ea67a61323753db4d1f66d015bfa042e9.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/k_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h
index 83dfde69b..92c3493c5 100644
--- a/src/core/hle/kernel/k_thread.h
+++ b/src/core/hle/kernel/k_thread.h
@@ -192,9 +192,9 @@ public:
void TrySuspend();
- void Continue();
+ void UpdateState();
- void Suspend();
+ void Continue();
constexpr void SetSyncedIndex(s32 index) {
synced_index = index;