GameINI: Fix Egg Mania Japanese "Force Progressive" hack

This commit is contained in:
Martino Fontana 2025-07-31 23:44:20 +02:00
parent 06b4c89c51
commit d423eb5a75
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
$Force Progressive Scan
0x80033062:word:0x000001C0
0x800330A0:dword:0x60000000
0x806D0660:dword:0x801640A4
0x806D0660:dword:0x801670A4
[OnFrame_Enabled]
$Force Progressive Scan

View File

@ -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
{