DiscordRPC: Add Rcheevos Icon Support (#3286)

This commit is contained in:
KamFretoZ
2024-09-01 22:02:28 +07:00
committed by Stenzek
parent 51cfea49fe
commit b564f928bd
3 changed files with 10 additions and 0 deletions

View File

@@ -115,6 +115,9 @@ bool HasRichPresence();
/// Should be called with the lock held.
const std::string& GetRichPresenceString();
/// Returns the URL for the current icon of the game
const std::string& GetGameIconURL();
/// Returns the RetroAchievements title for the current game.
/// Should be called with the lock held.
const std::string& GetGameTitle();