mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:18:58 -05:00
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
committed by
FernandoS27
parent
b3c1deba49
commit
25f8606a6d
@ -117,4 +117,8 @@ void Cpu::Reschedule() {
|
||||
scheduler->TryDoContextSwitch();
|
||||
}
|
||||
|
||||
void Cpu::Shutdown() {
|
||||
scheduler->Shutdown();
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
Reference in New Issue
Block a user