mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Update FW 4.87 Latest Version (#9366)
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
This commit is contained in:
parent
13a0b88755
commit
c2a85bde08
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ void main_window::HandlePupInstallation(QString file_path)
|
||||||
version_string.erase(version_pos);
|
version_string.erase(version_pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string cur_version = "4.86";
|
const std::string cur_version = "4.87";
|
||||||
|
|
||||||
if (version_string < cur_version &&
|
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)),
|
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…
Add table
Add a link
Reference in a new issue