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

@ -480,7 +480,7 @@ void SetRunaheadReplayFlag();
#ifdef ENABLE_DISCORD_PRESENCE
/// Called when rich presence changes.
void UpdateDiscordPresence();
void UpdateDiscordPresence(bool update_session_time);
#endif
namespace Internal {