summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorLillyJadeKatrin <lilly.kitty.1988@gmail.com>2023-04-13 23:35:49 -0400
committerLillyJadeKatrin <lilly.kitty.1988@gmail.com>2023-04-14 22:22:00 -0400
commit31c3288fd52704f41dde9c7304b0233c53accb19 (patch)
tree08f7f6d3360284b67fe1765750a87dbd8969aded /Source/Core/Common/FileUtil.cpp
parent64e3a64c87d6a7880be47d14bf97174f791a2d58 (diff)
Added ActivateDeactivateRichPresence to AchievementManager
RetroAchievements Rich Presence is a script that is run periodically on a game's memory to provide a detailed text description of what the player is doing. Existing Discord presence on Dolphin would update a player's Discord status to say not just that they are using Dolphin but that they are playing, for example, Sonic Adventure 2 Battle; Rich Presence would detail that the player is in City Escape with 5 lives and 142 rings. Activating this in the runtime simply entails loading that text script, as returned by the FetchGameData API call, into the runtime, here only determined by whether rich presence is enabled in the achievement settings. Deactivating this is done via the same rcheevos method by setting the rich presence to an empty string.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions