Qt: Compile entire sys folder for firmware

This commit is contained in:
Megamouse 2021-07-27 02:00:22 +02:00
parent 56d46b5a49
commit c390c02acb
1 changed files with 1 additions and 1 deletions

View File

@ -2659,7 +2659,7 @@ void main_window::CreateFirmwareCache()
Emu.SetForceBoot(true);
if (const game_boot_result error = Emu.BootGame(g_cfg.vfs.get_dev_flash() + "sys/external/", "", 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);