oops
This commit is contained in:
parent
9c8d916024
commit
cb11317c80
1 changed files with 5 additions and 1 deletions
|
@ -115,12 +115,16 @@ namespace Ryujinx
|
|||
DiscordPresence.Assets.LargeImageKey = device.System.TitleID;
|
||||
}
|
||||
|
||||
string state = device.System.TitleID.ToUpper();
|
||||
string state = device.System.TitleID;
|
||||
|
||||
if (state == null)
|
||||
{
|
||||
state = "Ryujinx";
|
||||
}
|
||||
else
|
||||
{
|
||||
state = state.ToUpper();
|
||||
}
|
||||
|
||||
string details = "Idling";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue