From c2a85bde089e933140b90db4ae8316010f037658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3oPaulo?= <53271430+Joaozin-tech@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:16:38 -0300 Subject: [PATCH] Update FW 4.87 Latest Version (#9366) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the latest FW version according to: https://www.playstation.com/en-us/support/system-updates/ps3/ List of changes: ・ Updated blu-ray keys for new movie releases ・ Minor security fix --- 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 2c8a21e1d8..d3e5afd46f 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -785,7 +785,7 @@ void main_window::HandlePupInstallation(QString file_path) version_string.erase(version_pos); } - const std::string cur_version = "4.86"; + const std::string cur_version = "4.87"; if (version_string < cur_version && QMessageBox::question(this, tr("RPCS3 Firmware Installer"), tr("Old firmware detected.\nThe newest firmware version is %1 and you are trying to install version %2\nContinue installation?").arg(qstr(cur_version), qstr(version_string)),