this might be betterer
This commit is contained in:
parent
17d30e91f0
commit
49b24ea2b3
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue