diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2025-07-03 18:03:04 +0200 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2025-07-27 11:22:28 +0200 |
| commit | e2ecafcaf3b4af8459a32dc67bb4c42019969f0b (patch) | |
| tree | a9242b076329bd9dbee42fc59574ef28f6181ca3 /Source | |
| parent | 5cc0a5a3be68c77a7119fab15178f4fd2ab54c54 (diff) | |
GameSettings: Minor approved cheats update
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/AchievementManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/AchievementManager.h b/Source/Core/Core/AchievementManager.h index a891fec15d..ad69f03de6 100644 --- a/Source/Core/Core/AchievementManager.h +++ b/Source/Core/Core/AchievementManager.h @@ -89,8 +89,8 @@ public: static constexpr std::string_view BLUE = "#0B71C1"; static constexpr std::string_view APPROVED_LIST_FILENAME = "ApprovedInis.json"; static const inline Common::SHA1::Digest APPROVED_LIST_HASH = { - 0x6D, 0x91, 0xF5, 0xC1, 0xE2, 0x4C, 0xC3, 0x39, 0xF5, 0x7F, - 0xEC, 0xA9, 0x8C, 0xA9, 0xBD, 0x61, 0x28, 0x54, 0x11, 0x62}; + 0x29, 0x4C, 0xBD, 0x08, 0xF0, 0x5F, 0x47, 0x94, 0xC9, 0xB8, + 0x05, 0x2E, 0x5C, 0xD6, 0x14, 0x48, 0xFA, 0x07, 0xE8, 0x53}; struct LeaderboardEntry { |
