From 2110f1d8a39d5f08ef08c254a0400b2853863942 Mon Sep 17 00:00:00 2001 From: KP122222 <38231607+KP122222@users.noreply.github.com> Date: Sun, 29 Apr 2018 14:35:06 -0300 Subject: [PATCH] Console.WriteLine NSO/NRO/ROMFS/MAIN --- 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 4a349ee01..8f810158e 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/ROMFS."); + Console.WriteLine("Please specify the folder with the NSOs/IStorage ROMFSs/IStorage MAINs/IStorage or a NSO/NRO/ROMFS/MAIN."); } using (GLScreen Screen = new GLScreen(Ns, Renderer))