PPU LLVM: Precompile system-internal executables if booting a dev_flash's program

This commit is contained in:
Eladash 2022-05-12 08:08:36 +03:00 committed by Ivan
parent 6805d8c7e0
commit a2a6303a22
2 changed files with 21 additions and 4 deletions

View file

@ -2666,7 +2666,7 @@ void main_window::CreateFirmwareCache()
Emu.GracefulShutdown(false);
Emu.SetForceBoot(true);
if (const game_boot_result error = Emu.BootGame(g_cfg_vfs.get_dev_flash(), "", true);
if (const game_boot_result error = Emu.BootGame(g_cfg_vfs.get_dev_flash() + "sys", "", true);
error != game_boot_result::no_errors)
{
gui_log.error("Creating firmware cache failed: reason: %s", error);