mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-11 12:50:21 +02:00
Merge branch 'import-keys' of https://github.com/anpilley/yuzu into import-keys
This commit is contained in:
commit
d61c022c3c
@ -4331,7 +4331,7 @@ void GMainWindow::OnInstallDecryptionKeys() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// There should be at least prod.keys.
|
// There should be at least prod.keys.
|
||||||
if (source_key_files.size() < 1 || !prod_keys_found) {
|
if (source_key_files.empty() || !prod_keys_found) {
|
||||||
QMessageBox::warning(this, tr("Decryption Keys install failed"),
|
QMessageBox::warning(this, tr("Decryption Keys install failed"),
|
||||||
tr("prod.keys is a required decryption key file."));
|
tr("prod.keys is a required decryption key file."));
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user