Update FW Latest Version

Updates the latest FW 4.84 version according to: https://www.playstation.com/en-us/support/system-updates/ps3/
This commit is contained in:
EmulationChannel 2019-02-16 09:31:06 -02:00 committed by Megamouse
parent 56e24f8993
commit 92ff7c4c24
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ void main_window::InstallPup(const QString& dropPath)
std::string version_string = pup.get_file(0x100).to_string();
version_string.erase(version_string.find('\n'));
const std::string cur_version = "4.83";
const std::string cur_version = "4.84";
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)),