Update the "no rom selected" message in Program.cs

This commit is contained in:
firewolf24 2018-11-22 17:27:02 +00:00 committed by GitHub
parent 76e2d48eee
commit 1a69ef183e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ namespace Ryujinx
}
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))