summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2025-07-31 23:44:20 +0200
committerMartino Fontana <tinozzo123@gmail.com>2025-10-22 23:32:18 +0200
commitd423eb5a754e9c847d562d58252a7f10843c1b4e (patch)
treedbfb07d659b607b62bd46f510f90d6454f351e17 /Source/Core
parent06b4c89c518e16c6aa19c2c52a2d96f6e056eb50 (diff)
GameINI: Fix Egg Mania Japanese "Force Progressive" hack
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 3ea60c2368..bbc272a3f0 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};
+ 0x9A, 0xFF, 0xEF, 0x72, 0x3B, 0x52, 0x6E, 0x7D, 0x3E, 0x19,
+ 0x85, 0x77, 0x19, 0x17, 0xDE, 0x37, 0xC2, 0x47, 0x59, 0x06};
struct LeaderboardEntry
{