mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-12 01:39:10 +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;
|
std::string title;
|
||||||
const bool is_powered_on = system.IsPoweredOn();
|
const bool is_powered_on = system.IsPoweredOn();
|
||||||
if (is_powered_on) {
|
if (is_powered_on) {
|
||||||
system.GetAppLoader().ReadTitle(title);
|
system.GetAppLoader().ReadTitleLong(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
DiscordRichPresence presence{};
|
DiscordRichPresence presence{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user