Add user agent to headers for all RetroAchievements server calls

Requested agent syntax is "Dolphin/5.0-23456"
This commit is contained in:
LillyJadeKatrin
2024-04-24 07:09:43 -04:00
parent 222a393080
commit 9499e14209
3 changed files with 48 additions and 37 deletions

View File

@ -11,6 +11,7 @@ const std::string& GetScmDescStr();
const std::string& GetScmBranchStr();
const std::string& GetScmRevStr();
const std::string& GetScmRevGitStr();
const std::string& GetUserAgentStr();
const std::string& GetScmDistributorStr();
const std::string& GetScmUpdateTrackStr();
const std::string& GetNetplayDolphinVer();