From 1a69ef183e530fdcd9159be785ad0b160cf8c3c8 Mon Sep 17 00:00:00 2001 From: firewolf24 Date: Thu, 22 Nov 2018 17:27:02 +0000 Subject: [PATCH] Update the "no rom selected" message in Program.cs --- Ryujinx/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index f1d0a2ff9d..398fd57cc1 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -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))