|
|
|
@ -1756,9 +1756,9 @@ 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 encryption keys"
|
|
|
|
|
"in order to play them."));
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -4639,9 +4639,9 @@ void GMainWindow::OnCheckFirmwareDecryption() {
|
|
|
|
|
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 encryption keys"
|
|
|
|
|
"in order to play them."));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
SetFirmwareVersion();
|
|
|
|
|