diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index c73ff9b9c..52c85d568 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -75,10 +75,14 @@ namespace Ryujinx break; } } + else + { + Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file"); + } } else { - Logger.PrintInfo(LogClass.Application, "Please specify the folder with the NSOs/IStorage or a NSO/NRO."); + Logger.PrintWarning(LogClass.Application, "Please specify the folder with the NSOs/IStorage or a NSO/NRO."); } using (GlScreen screen = new GlScreen(device, renderer))