mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-25 16:22:47 +01:00
Resolving issue #30 [Feature Request] Proposed Rewritten Missing Keys Dialog.
This commit is contained in:
parent
a9312c837e
commit
0c72048b03
1 changed files with 3 additions and 5 deletions
|
@ -1756,11 +1756,9 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ContentManager::AreKeysPresent()) {
|
if (!ContentManager::AreKeysPresent()) {
|
||||||
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
QMessageBox::warning(this, tr("Encryption Keys Missing"),
|
||||||
tr("Encryption keys are missing. "
|
tr("In order to use suyu you need to provide your own encryption keys. "
|
||||||
"In order to use this emulator, "
|
"You can install them by going to Tools -> Install encryption keys."));
|
||||||
"you need to provide your own encryption keys "
|
|
||||||
"in order to play them."));
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue