diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index 4a76603bf3..fb8bed5f36 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -115,7 +115,7 @@ namespace Ryujinx DiscordPresence.Assets.LargeImageKey = device.System.TitleID; } - string state = device.System.TitleID; + string state = device.System.TitleID.ToUpper(); if (state == null) {