AchievementManager: APPROVED_LIST_HASH quality of life improvements

APPROVED_LIST_HASH is moved to a separate file, making tests compilation faster after changing it.
The error message prints the hash in a way that it can be directly copy-pasted (though it still needs clang-format).
This commit is contained in:
Martino Fontana
2026-02-22 00:22:46 +01:00
parent 981b7df420
commit a108fb849f
8 changed files with 39 additions and 29 deletions
+1
View File
@@ -58,4 +58,5 @@ inline Digest CalculateDigest(const std::array<T, Size>& msg)
}
std::string DigestToString(const Digest& digest);
std::string DigestToSource(const Digest& digest);
} // namespace Common::SHA1