diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-04-29 19:52:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-29 19:52:37 -0400 |
| commit | ecfaa95e5afbb738833c0c979e7a32aff777526e (patch) | |
| tree | 6f1b402811df91d604381f3d8a0567ee1dc9e7f7 /Source | |
| parent | 2b743639d825eeca76fd7ada96ec463a8add9628 (diff) | |
| parent | 3944310308126c7d4476ccac8b253018d484e468 (diff) | |
Merge pull request #14543 from spaceage64/add-classic-controller-codes
Update/Add cheats for Animal Crossing: City Folk
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/AchievementApprovedHash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/AchievementApprovedHash.h b/Source/Core/Core/AchievementApprovedHash.h index 94e5087d5a..b0508f399f 100644 --- a/Source/Core/Core/AchievementApprovedHash.h +++ b/Source/Core/Core/AchievementApprovedHash.h @@ -9,5 +9,5 @@ static constexpr std::string_view ACHIEVEMENT_APPROVED_LIST_FILENAME = "Approved // After building tests, find the new hash with: // ./Binaries/Tests/tests --gtest_filter=PatchAllowlist.VerifyHashes static const inline Common::SHA1::Digest ACHIEVEMENT_APPROVED_LIST_HASH = { - 0xAF, 0xF0, 0xE3, 0x45, 0xF0, 0xCD, 0x2C, 0x58, 0xA9, 0xC9, - 0x5C, 0x9F, 0x8C, 0x71, 0x8A, 0xB6, 0x28, 0x7F, 0x17, 0x89}; + 0x75, 0x4E, 0xFB, 0x44, 0xBB, 0x97, 0xD0, 0xF5, 0x62, 0xA0, + 0xCF, 0xEA, 0xC3, 0x0E, 0x93, 0xA3, 0x87, 0xF3, 0x7F, 0xB5}; |
