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

@ -234,7 +234,7 @@ Options:
Path to disc image FILE.
-a ALGORITHM, --algorithm=ALGORITHM
Optional. Compute and print the digest using the
selected algorithm, then exit. [crc32|md5|sha1]
selected algorithm, then exit. [crc32|md5|sha1|rchash]
```
```