mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-16 03:50:04 +00:00
hle: kernel: Ensure global handle table is finalized before closing.
This commit is contained in:
parent
24540e0ad9
commit
ecf3653444
@ -117,6 +117,7 @@ struct KernelCore::Impl {
|
|||||||
current_process = nullptr;
|
current_process = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
global_handle_table->Finalize();
|
||||||
global_handle_table.reset();
|
global_handle_table.reset();
|
||||||
|
|
||||||
preemption_event = nullptr;
|
preemption_event = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user