Improve firmware install error due to outdated keys (#2541)

This commit is contained in:
ooa113y 2021-08-12 23:48:15 +03:00 committed by GitHub
parent eb181425b1
commit 3977d1f72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1292,7 +1292,7 @@ namespace Ryujinx.Ui
catch (LibHac.MissingKeyException ex)
{
Logger.Error?.Print(LogClass.Application, ex.ToString());
UserErrorDialog.CreateUserErrorDialog(UserError.NoKeys);
UserErrorDialog.CreateUserErrorDialog(UserError.FirmwareParsingFailed);
}
catch (Exception ex)
{