1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-02-15 17:03:36 +01:00

Update Discord RPC so that it does not show Lime3DS version.

This commit is contained in:
Riley Hawksworth 2024-03-31 16:22:48 +01:00 committed by OpenSauce
parent 72c41f92e2
commit bacd935a90

@ -42,8 +42,6 @@ void DiscordImpl::Update() {
DiscordRichPresence presence{};
presence.largeImageKey = "large_icon";
presence.smallImageKey = "small_icon";
presence.smallImageText = Common::g_build_fullname;
if (is_powered_on) {
presence.largeImageText = title.c_str();
presence.state = title.c_str();