summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-04-12 16:17:35 +0200
committerLioncash <mathew1800@gmail.com>2021-04-12 16:17:38 +0200
commit0fb37739247988d43147e33db3448f0c09ffe047 (patch)
treef99254d03684b2b6f69522ceb7a16cd87a6ce16b
parentMerge pull request #6135 from Morph1984/borderless-windowed-fullscreen (diff)
downloadyuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar.gz
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar.bz2
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar.lz
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar.xz
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.tar.zst
yuzu-0fb37739247988d43147e33db3448f0c09ffe047.zip
-rw-r--r--src/core/hle/kernel/k_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h
index 1c86fdd20..b442dfe57 100644
--- a/src/core/hle/kernel/k_thread.h
+++ b/src/core/hle/kernel/k_thread.h
@@ -402,7 +402,7 @@ public:
return wait_cancelled;
}
- [[nodiscard]] void ClearWaitCancelled() {
+ void ClearWaitCancelled() {
wait_cancelled = false;
}