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;
|
DiscordPresence.Assets.LargeImageKey = device.System.TitleID;
|
||||||
}
|
}
|
||||||
|
|
||||||
string state = device.System.TitleID.ToUpper();
|
string state = device.System.TitleID;
|
||||||
|
|
||||||
if (state == null)
|
if (state == null)
|
||||||
{
|
{
|
||||||
state = "Ryujinx";
|
state = "Ryujinx";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
state = state.ToUpper();
|
||||||
|
}
|
||||||
|
|
||||||
string details = "Idling";
|
string details = "Idling";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue