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