mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Update Discord RPC to Show the buildname instead of desc of Lime3DS.
This commit is contained in:
parent
6c315bd716
commit
72c41f92e2
@ -43,7 +43,7 @@ void DiscordImpl::Update() {
|
||||
DiscordRichPresence presence{};
|
||||
presence.largeImageKey = "large_icon";
|
||||
presence.smallImageKey = "small_icon";
|
||||
presence.smallImageText = "Lime is an emulator for the 3DS!";
|
||||
presence.smallImageText = Common::g_build_fullname;
|
||||
if (is_powered_on) {
|
||||
presence.largeImageText = title.c_str();
|
||||
presence.state = title.c_str();
|
||||
|
Loading…
Reference in New Issue
Block a user