Update Discord RPC to Show the buildname instead of desc of Lime3DS.

This commit is contained in:
Riley Hawksworth 2024-03-31 15:12:54 +01:00 committed by OpenSauce
parent 6c315bd716
commit 72c41f92e2

View File

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