diff options
-rw-r--r-- | Ryujinx/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index dca87abc..2e6ede44 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -96,6 +96,8 @@ namespace Ryujinx // Delete backup files after updating. Task.Run(Updater.CleanupUpdate); + Console.Title = $"Ryujinx Console {Version}"; + // NOTE: GTK3 doesn't init X11 in a multi threaded way. // This ends up causing race condition and abort of XCB when a context is created by SPB (even if SPB do call XInitThreads). if (OperatingSystem.IsLinux()) |