|
|
@@ -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))
|