From 8405314399f3e097419ff61af40de55c0bb8c338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3oPaulo?= <53271430+Joaozin-tech@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:40:57 -0300 Subject: [PATCH] Update FW 4.87 Latest Version Updates the latest FW version according to: https://www.playstation.com/en-us/support/system-updates/ps3/ List of changes: --- 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 ee24130269..a3e2ea10f4 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1063,7 +1063,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString& return; } - static constexpr std::string_view cur_version = "4.87"; + static constexpr std::string_view cur_version = "4.88"; std::string version_string;