From e2ecafcaf3b4af8459a32dc67bb4c42019969f0b Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Thu, 3 Jul 2025 18:03:04 +0200 Subject: GameSettings: Minor approved cheats update --- Source/Core/Core/AchievementManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core') 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 { -- cgit v1.2.3