mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 19:47:57 -05:00
Kernel: Remove a few global instances from the kernel.
This commit is contained in:
@ -95,7 +95,7 @@ void WaitObject::WakeupWaitingThread(std::shared_ptr<Thread> thread) {
|
||||
}
|
||||
if (resume) {
|
||||
thread->ResumeFromWait();
|
||||
Core::System::GetInstance().PrepareReschedule(thread->GetProcessorID());
|
||||
kernel.PrepareReschedule(thread->GetProcessorID());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user