Add generation of rcheevos hash to DolphinTool

Fixed coding standards issue

CalculateHash return string instead of using char array param
This commit is contained in:
retroNUC
2024-09-15 15:52:04 +01:00
parent f85c4413bd
commit a74b2a4dde
5 changed files with 37 additions and 3 deletions

View File

@ -110,6 +110,8 @@ public:
bool IsGameLoaded() const;
void SetBackgroundExecutionAllowed(bool allowed);
static std::string CalculateHash(const std::string& file_path);
void FetchPlayerBadge();
void FetchGameBadges();