mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00:00
Scheduler: Correct Reload/Unload
This commit is contained in:
@@ -149,6 +149,7 @@ struct KernelCore::Impl {
|
||||
|
||||
for (std::size_t i = 0; i < cores.size(); i++) {
|
||||
cores[i].Shutdown();
|
||||
schedulers[i].reset();
|
||||
}
|
||||
cores.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user