Update the "no rom selected" message in Program.cs
This commit is contained in:
parent
76e2d48eee
commit
1a69ef183e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace Ryujinx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("Please specify the folder with the NSOs/IStorage or a NSO/NRO.");
|
Console.WriteLine("Please specify the folder with the NSOs/IStorage or an NSO/NRO/NCA/XCI/NSP file.");
|
||||||
}
|
}
|
||||||
|
|
||||||
using (GlScreen screen = new GlScreen(device, renderer))
|
using (GlScreen screen = new GlScreen(device, renderer))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue