Apply suggestion
This commit is contained in:
parent
bcee67891f
commit
9c8d916024
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue