mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 19:37:59 -05:00
Kernel: Reverse global accessor removal.
This commit is contained in:
committed by
FernandoS27
parent
3073615dbc
commit
c32520ceb7
@ -95,7 +95,7 @@ void WaitObject::WakeupWaitingThread(SharedPtr<Thread> thread) {
|
||||
}
|
||||
if (resume) {
|
||||
thread->ResumeFromWait();
|
||||
kernel.System().PrepareReschedule(thread->GetProcessorID());
|
||||
Core::System::GetInstance().PrepareReschedule(thread->GetProcessorID());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user