diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-07-17 05:17:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 05:17:52 +0200 |
commit | 69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b (patch) | |
tree | 4dab98ea4601d663cddc6600e0e1cbf9529b46d4 /src/core | |
parent | Merge pull request #4367 from lioncash/inc2 (diff) | |
parent | kernel/thread: Remove unimplemented function prototype (diff) | |
download | yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.gz yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.bz2 yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.lz yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.xz yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.zst yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.zip |
Diffstat (limited to 'src/core')
-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{}; |