Improve firmware install error due to outdated keys (#2541)
This commit is contained in:
parent
7c3e533d9e
commit
6d3acdac22
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue