diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index b828253c5a..bf1fad3f88 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -1188,6 +1188,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool // Exit "process" Emu.CallAfter([] { + Emu.SetForceBoot(true); Emu.Stop(); }); });