mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-10 03:34:18 +00: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