Made message more specific and changed both cases to warnings.

This commit is contained in:
= 2019-02-17 00:21:30 -08:00
commit ce82b45c4b

View file

@ -77,12 +77,12 @@ namespace Ryujinx
} }
else else
{ {
Logger.PrintInfo(LogClass.Application, "ROM not found."); Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file");
} }
} }
else 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)) using (GlScreen screen = new GlScreen(device, renderer))