DiscordRPC: Show session time in Discord Rich Presence

This commit is contained in:
Silent
2023-12-23 15:19:22 +01:00
parent 9ec3266f02
commit d08a40bcd8
3 changed files with 11 additions and 7 deletions

View File

@ -795,7 +795,7 @@ void Achievements::UpdateRichPresence(std::unique_lock<std::recursive_mutex>& lo
#ifdef ENABLE_DISCORD_PRESENCE
lock.unlock();
System::UpdateDiscordPresence();
System::UpdateDiscordPresence(false);
lock.lock();
#endif
}