Update FW 4.86 Latest Version

Updates the latest FW version according to: https://www.playstation.com/en-us/support/system-updates/ps3/

    What's New in Version 4.86
* This system software update improves system performance.
This commit is contained in:
EmulationChannel 2020-03-31 16:00:07 -03:00 committed by Ivan
parent ba7f4af02b
commit 85c4321c24
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ void main_window::HandlePupInstallation(QString file_path)
version_string.erase(version_pos);
}
const std::string cur_version = "4.85";
const std::string cur_version = "4.86";
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)),