From e1131474f1cae72f8b5919821a5409352c301fce Mon Sep 17 00:00:00 2001 From: KP122222 <38231607+KP122222@users.noreply.github.com> Date: Sun, 29 Apr 2018 14:05:02 -0300 Subject: [PATCH] Console.WriteLine --- Ryujinx/Ui/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Ui/Program.cs b/Ryujinx/Ui/Program.cs index 77322d087..2d7a7ec45 100644 --- a/Ryujinx/Ui/Program.cs +++ b/Ryujinx/Ui/Program.cs @@ -57,7 +57,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 a NSO/NRO/XCI."); } using (GLScreen Screen = new GLScreen(Ns, Renderer))