From 9c8d916024b242fab6f9a0fc7157a4c9e8ae48b9 Mon Sep 17 00:00:00 2001 From: Thomas Guillemard Date: Sun, 18 Aug 2019 16:43:41 +0200 Subject: [PATCH] Apply suggestion --- Ryujinx/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {