summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-10-23 14:13:02 -0400
committerGitHub <noreply@github.com>2025-10-23 14:13:02 -0400
commitdf351b60591140d70d7d1ef87f5332875b2b5322 (patch)
treedd4cd4bdfba8fccdcbd3a09152f2988b5cb39bc2 /Source
parent06b4c89c518e16c6aa19c2c52a2d96f6e056eb50 (diff)
parentfe63d95e02c6b3cca094bb892804f61b8146d56b (diff)
Merge pull request #13771 from SuperSamus/gameini-speedhacks
GameINI: Add some speed hacks
Diffstat (limited to 'Source')
-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 3ea60c2368..1aa604abcb 100644
--- a/Source/Core/Core/AchievementManager.h
+++ b/Source/Core/Core/AchievementManager.h
@@ -90,8 +90,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 = {
- 0x29, 0x4C, 0xBD, 0x08, 0xF0, 0x5F, 0x47, 0x94, 0xC9, 0xB8,
- 0x05, 0x2E, 0x5C, 0xD6, 0x14, 0x48, 0xFA, 0x07, 0xE8, 0x53};
+ 0xDF, 0x11, 0xD6, 0xA7, 0x2E, 0x8D, 0x3B, 0x3C, 0x41, 0x22,
+ 0x29, 0x3F, 0x67, 0x40, 0xD9, 0x92, 0xBF, 0xC0, 0x1C, 0x43};
struct LeaderboardEntry
{