From c390c02acb6548879c78f6757c3e518274a4f716 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Tue, 27 Jul 2021 02:00:22 +0200 Subject: [PATCH] Qt: Compile entire sys folder for firmware --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 73901b8b49..0d99003b04 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -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);