Apply suggestion

This commit is contained in:
Thomas Guillemard 2019-08-18 16:43:41 +02:00
parent bcee67891f
commit 9c8d916024
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -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)
{