ISO: Unload the iso_device on shutdown

This commit is contained in:
Functionable
2025-12-13 14:02:09 +00:00
committed by Elad
parent 257043529a
commit 48f39acac7
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -3886,6 +3886,7 @@ void Emulator::Kill(bool allow_autoexit, bool savestate, savestate_stage* save_s
disc.clear();
klic.clear();
hdd1.clear();
unload_iso();
init_mem_containers = nullptr;
m_config_path.clear();
m_config_mode = cfg_mode::custom;