mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user