From f9142a1c56028794c51ec58b9493193f7616ec07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3oPaulo?= <53271430+Joaozin-tech@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:56:46 -0300 Subject: [PATCH] Update FW 4.90 Latest Version Updates the latest FW version according to: https://www.playstation.com/en-us/support/hardware/ps3/system-software/ List of changes: This system software update improves system performance. --- 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 b025bb2a78..7282a92d08 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1424,7 +1424,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString& return; } - static constexpr std::string_view cur_version = "4.89"; + static constexpr std::string_view cur_version = "4.90"; std::string version_string;