mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
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:
parent
ba7f4af02b
commit
85c4321c24
@ -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)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user