mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 15:18:02 -05:00
Merge pull request #4358 from lioncash/unused5
kernel/thread: Remove unimplemented function prototype
This commit is contained in:
@ -583,8 +583,6 @@ private:
|
|||||||
|
|
||||||
void SetCurrentPriority(u32 new_priority);
|
void SetCurrentPriority(u32 new_priority);
|
||||||
|
|
||||||
void AdjustSchedulingOnAffinity(u64 old_affinity_mask, s32 old_core);
|
|
||||||
|
|
||||||
Common::SpinLock context_guard{};
|
Common::SpinLock context_guard{};
|
||||||
ThreadContext32 context_32{};
|
ThreadContext32 context_32{};
|
||||||
ThreadContext64 context_64{};
|
ThreadContext64 context_64{};
|
||||||
|
Reference in New Issue
Block a user