diff options
| author | LillyJadeKatrin <lilly.kitty.1988@gmail.com> | 2024-12-02 23:29:01 -0500 |
|---|---|---|
| committer | LillyJadeKatrin <lilly.kitty.1988@gmail.com> | 2025-01-19 22:20:31 -0500 |
| commit | cbe44efe5fdc770794ea75a15a0b070df210b07b (patch) | |
| tree | 56f5455c92f440a06564682ccbae1360e63d8ab8 /Source | |
| parent | 81fd7636018c1b5f6783c2dbfbf84455a7920a32 (diff) | |
Gecko/AR Batch Approval
Adding a community-requested list of Gecko and Action Replay codes to the allowlist. Many of these codes were from the wiki and are being added to Dolphin's repo for the first time.
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 9de18f1711..97cf2490d0 100644 --- a/Source/Core/Core/AchievementManager.h +++ b/Source/Core/Core/AchievementManager.h @@ -80,8 +80,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 = { - 0xA4, 0x98, 0x59, 0x23, 0x10, 0x56, 0x45, 0x30, 0xA9, 0xC5, - 0x68, 0x5A, 0xB6, 0x47, 0x67, 0xF8, 0xF0, 0x7D, 0x1D, 0x14}; + 0x4F, 0x45, 0xB7, 0xA3, 0xC4, 0x6E, 0xAF, 0x80, 0x58, 0xA5, + 0x53, 0x99, 0xF8, 0x05, 0xC3, 0x83, 0x22, 0xA4, 0x5F, 0x65}; struct LeaderboardEntry { |
