mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
PPU LLVM: Precompile system-internal executables if booting a dev_flash's program
This commit is contained in:
parent
6805d8c7e0
commit
a2a6303a22
2 changed files with 21 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue