1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00

Update current firmware version

This commit is contained in:
scribam 2018-01-15 20:44:03 +01:00 committed by Ani
parent 28a96f1543
commit ec41483e9b

View File

@ -452,7 +452,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.81";
const std::string cur_version = "4.82";
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)),