all repos — mgba @ ba49e9f1ce00cfb02703147a30051a873aefe572

mGBA Game Boy Advance Emulator

Qt: Set icon for Discord Rich Presence
Vicki Pfau vi@endrift.com
Sun, 23 Feb 2020 00:34:15 -0800
commit

ba49e9f1ce00cfb02703147a30051a873aefe572

parent

b4cd441ef46c878909431d141bf0bf5e82508178

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -25,6 +25,7 @@ - Qt: Add hex index to palette view

- Qt: Add transformation matrix info to sprite view - Qt: Disable Replace ROM option when no game loaded - Qt: Defer texture updates until frame is drawn (fixes mgba.io/i/1590) + - Qt: Set icon for Discord Rich Presence 0.8.1: (2020-02-16) Emulation fixes:
M src/platform/qt/DiscordCoordinator.cppsrc/platform/qt/DiscordCoordinator.cpp

@@ -30,6 +30,7 @@ if (s_gameRunning) {

DiscordRichPresence discordPresence{}; discordPresence.details = s_title.toUtf8().constData(); discordPresence.instance = 1; + discordPresence.largeImageKey = "mgba"; Discord_UpdatePresence(&discordPresence); } else { Discord_ClearPresence();