RPC: Add Mario & Luigi Brothership image.

This commit is contained in:
Evan Husted 2024-11-10 17:01:47 -06:00
parent e26625dfd5
commit e01a30016e
2 changed files with 2 additions and 1 deletions

View file

@ -101,7 +101,7 @@ namespace Ryujinx.Ava
// Delete backup files after updating.
Task.Run(Updater.CleanupUpdate);
Console.Title = $"Ryujinx Console {Version}";
Console.Title = $"{App.FullAppName} Console {Version}";
// Hook unhandled exception and process exit events.
AppDomain.CurrentDomain.UnhandledException += (sender, e)