mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 07:37:58 -05:00
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
This commit is contained in:
committed by
FernandoS27
parent
b3c1deba49
commit
25f8606a6d
@ -116,6 +116,8 @@ struct KernelCore::Impl {
|
||||
thread_wakeup_event_type = nullptr;
|
||||
preemption_event = nullptr;
|
||||
|
||||
global_scheduler.Shutdown();
|
||||
|
||||
named_ports.clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user