summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLillyJadeKatrin <lilly.kitty.1988@gmail.com>2024-10-04 23:05:45 -0400
committerLillyJadeKatrin <lilly.kitty.1988@gmail.com>2024-11-29 21:56:45 -0500
commit51435b6ef8448735d2b112bfc7fea4a853ee867c (patch)
treea3425b45ac2cee5283f782568b23900bcc50270f /Source/Core
parent81098433c8433887027804ddb320494a1e4d739d (diff)
Approve Super Mario Sunshine Widescreen Gecko Code
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 2cacc2a6fc..9de18f1711 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 = {
- 0xCC, 0xB4, 0x05, 0x2D, 0x2B, 0xEE, 0xF4, 0x06, 0x4A, 0xC9,
- 0x57, 0x5D, 0xA9, 0xE9, 0xDE, 0xB7, 0x98, 0xF8, 0x1A, 0x6D};
+ 0xA4, 0x98, 0x59, 0x23, 0x10, 0x56, 0x45, 0x30, 0xA9, 0xC5,
+ 0x68, 0x5A, 0xB6, 0x47, 0x67, 0xF8, 0xF0, 0x7D, 0x1D, 0x14};
struct LeaderboardEntry
{