Skip to content

Commit

Permalink
Update current firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and AniLeo committed Jan 15, 2018
1 parent 28a96f1 commit ec41483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit ec41483

Please sign in to comment.