mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-19 12:37:59 -05:00
Removing Warning
This commit is contained in:

committed by
Levi Akatsuki

parent
5e9a855f1e
commit
e9eb3f3799
@@ -1755,9 +1755,10 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
|
||||
if (!ContentManager::AreKeysPresent()) {
|
||||
QMessageBox::warning(this, tr("Derivation Components Missing"),
|
||||
tr("Encryption keys are missing. "
|
||||
"You need to provide both your own title.keys "
|
||||
"and your own prod.keys "
|
||||
"in order to play games"));
|
||||
"In order to use this emulator"
|
||||
"you need to provide your own prod.keys"
|
||||
"Some games might also require your own title.keys as well"
|
||||
"in order to play them."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user