20 enum class RConsoleID;
33 bool RCGenerateHashFromFile(std::string& hash,
34 RETRO::RConsoleID consoleID,
35 const std::string& filePath);
36 bool RCGetGameIDUrl(std::string& url,
const std::string& hash);
37 bool RCGetPatchFileUrl(std::string& url,
38 const std::string& username,
39 const std::string& token,
41 bool RCPostRichPresenceUrl(std::string& url,
42 std::string& postData,
43 const std::string& username,
44 const std::string& token,
46 const std::string& richPresence);
47 void RCEnableRichPresence(
const std::string& script);
48 void RCGetRichPresenceEvaluation(std::string& evaluation, RETRO::RConsoleID consoleID);
50 void RCResetRuntime();
Definition: GameClientCheevos.h:28
Interface between Kodi and Game add-ons.
Definition: GameClient.h:115
Controller configuration window.
Definition: AudioDecoder.h:18
Game instance.
Definition: game.h:1223