diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 040602bb3e..a8106ee311 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -1263,6 +1263,11 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool } } + if (auto& _main = g_fxo->get(); _main.path.empty()) + { + init_fxo_for_exec(nullptr, false); + } + g_fxo->init("SPRX Loader"sv, [this, dir_queue]() mutable { if (auto& _main = g_fxo->get(); !_main.path.empty())