summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-16 20:32:16 +0200
committerLioncash <mathew1800@gmail.com>2020-07-16 20:32:46 +0200
commit8bef49cde5879f70be9705ae3bff754d3288170a (patch)
tree4bfac6684e6e8ac9972f4035ccebdca0c53bac07 /src/core/hle/kernel/thread.h
parentMerge pull request #4356 from lioncash/inc (diff)
downloadyuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar.gz
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar.bz2
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar.lz
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar.xz
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.tar.zst
yuzu-8bef49cde5879f70be9705ae3bff754d3288170a.zip
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 9808767e5..8daf79fac 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -583,8 +583,6 @@ private:
void SetCurrentPriority(u32 new_priority);
- void AdjustSchedulingOnAffinity(u64 old_affinity_mask, s32 old_core);
-
Common::SpinLock context_guard{};
ThreadContext32 context_32{};
ThreadContext64 context_64{};