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