Browse Source

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

ooa113y 4 years ago
parent
commit
3977d1f72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ryujinx/Ui/MainWindow.cs

+ 1 - 1
Ryujinx/Ui/MainWindow.cs

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