summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-07-31 16:34:19 -0400
committerGitHub <noreply@github.com>2025-07-31 16:34:19 -0400
commitc63d74e6c00463cb2ea7d3cfee2b29fc53a2481e (patch)
treef7936a21b7ab92ffe24523cbf12aee66ad5a6227 /Source/Core
parent812c6c2ea43b76371a12b0c27119f13054f95fcf (diff)
parente2ecafcaf3b4af8459a32dc67bb4c42019969f0b (diff)
Merge pull request #13790 from SuperSamus/retroachivements-update
GameSettings: Minor approved cheats update
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/AchievementManager.h4
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
{