this might be betterer

This commit is contained in:
Arisotura 2020-05-17 04:42:15 +02:00
parent 17d30e91f0
commit 49b24ea2b3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void EmuSettingsDialog::verifyFirmware()
if (!memcmp(chk1, chk2, 0x180)) if (!memcmp(chk1, chk2, 0x180))
{ {
QMessageBox::warning(this, QMessageBox::warning((QWidget*)this->parent(),
"Problematic firmware dump", "Problematic firmware dump",
"You are using an old hacked firmware dump.\n" "You are using an old hacked firmware dump.\n"
"Firmware boot will stop working if you run any game that alters WFC settings.\n\n" "Firmware boot will stop working if you run any game that alters WFC settings.\n\n"