mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 10:18:40 -05:00
Kernel: Corrections to Scheduling.
This commit is contained in:
@ -249,6 +249,8 @@ private:
|
||||
|
||||
std::shared_ptr<Thread> current_thread = nullptr;
|
||||
std::shared_ptr<Thread> selected_thread = nullptr;
|
||||
std::shared_ptr<Thread> current_thread_prev = nullptr;
|
||||
std::shared_ptr<Thread> selected_thread_set = nullptr;
|
||||
std::shared_ptr<Thread> idle_thread = nullptr;
|
||||
|
||||
Core::System& system;
|
||||
|
Reference in New Issue
Block a user