From 0dfe85dc14a7448aab401dd0062e5ffcde69b23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3oPaulo?= <53271430+Joaozin-tech@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:19:11 -0300 Subject: [PATCH] Update FW 4.85 Latest Version (#6437) * Update FW Latest Version Updates the latest FW version according to: https://www.playstation.com/en-us/support/system-updates/ps3/ Co-Authored-By: MsDarkLow --- 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 91f533d2dc..0358eb3ebd 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -528,7 +528,7 @@ void main_window::InstallPup(const QString& dropPath) version_string.erase(version_pos); } - const std::string cur_version = "4.84"; + const std::string cur_version = "4.85"; 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)),