mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Update discord rpc to use long game title rather than short game title.
This commit is contained in:
parent
1e22b780ae
commit
cc11adbdea
@ -37,7 +37,7 @@ void DiscordImpl::Update() {
|
||||
std::string title;
|
||||
const bool is_powered_on = system.IsPoweredOn();
|
||||
if (is_powered_on) {
|
||||
system.GetAppLoader().ReadTitle(title);
|
||||
system.GetAppLoader().ReadTitleLong(title);
|
||||
}
|
||||
|
||||
DiscordRichPresence presence{};
|
||||
|
Loading…
Reference in New Issue
Block a user