mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:07:56 -05: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