From aeb01bd21621c1315c7ee405c51bb351f918fd56 Mon Sep 17 00:00:00 2001 From: Talkashie Date: Sat, 29 Jul 2017 16:50:47 -0500 Subject: [PATCH] Update outdated firmware log message --- rpcs3/Emu/Cell/PPUModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 6a9f93bab1..192d5a1658 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -1293,7 +1293,7 @@ void ppu_load_exec(const ppu_exec_object& elf) if (!fs::is_dir(lle_dir)) { LOG_ERROR(GENERAL, "/dev_flash/sys/external/ directory does not exist!" - "\nYou should install the PS3 Firmware (Menu: Tools -> Install Firmware)." + "\nYou should install the PS3 Firmware (Menu: File -> Install Firmware)." "\nVisit https://rpcs3.net/ for Quickstart Guide and more information."); }