Made message more specific and changed both cases to warnings.
This commit is contained in:
parent
8ebcd5cba9
commit
ce82b45c4b
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ namespace Ryujinx
|
|||
}
|
||||
else
|
||||
{
|
||||
Logger.PrintInfo(LogClass.Application, "ROM not found.");
|
||||
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue