Skip to content

Commit

Permalink
RPC: Add Mario & Luigi Brothership image.
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Nov 10, 2024
1 parent e26625d commit e01a300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Ryujinx.UI.Common/DiscordIntegrationModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public static void Exit()
"010036b0034e4000", // Super Mario Party
"01006fe013472000", // Mario Party Superstars
"0100965017338000", // Super Mario Party Jamboree
"01006d0017f7a000", // Mario & Luigi: Brothership
"010067300059a000", // Mario + Rabbids: Kingdom Battle
"0100317013770000", // Mario + Rabbids: Sparks of Hope
"0100a3900c3e2000", // Paper Mario: The Origami King
Expand Down
2 changes: 1 addition & 1 deletion src/Ryujinx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static void Initialize(string[] args)
// 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)
Expand Down

0 comments on commit e01a300

Please sign in to comment.