DiscordRPC: Show session time in Discord Rich Presence
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user