aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx/Program.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs
index c73ff9b9..52c85d56 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))