diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-16 20:32:16 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-16 20:32:46 +0200 |
commit | 8bef49cde5879f70be9705ae3bff754d3288170a (patch) | |
tree | 4bfac6684e6e8ac9972f4035ccebdca0c53bac07 /src/core/hle | |
parent | Merge pull request #4356 from lioncash/inc (diff) | |
download | yuzu-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')
-rw-r--r-- | src/core/hle/kernel/thread.h | 2 |
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{}; |