mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-15 12:20:04 -06:00
Improve firmware install error due to outdated keys (#2541)
This commit is contained in:
parent
eb181425b1
commit
3977d1f72b
@ -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…
Reference in New Issue
Block a user