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

View File

@ -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();