diff --git a/Ryujinx/Ui/Program.cs b/Ryujinx/Ui/Program.cs index 77322d087..9d0c55107 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/MAIN."); } using (GLScreen Screen = new GLScreen(Ns, Renderer))