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))