mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
GameINI: Fix Egg Mania Japanese "Force Progressive" hack
This commit is contained in:
parent
06b4c89c51
commit
d423eb5a75
File diff suppressed because one or more lines are too long
@ -2,12 +2,12 @@
|
||||
|
||||
[OnFrame]
|
||||
# This game does not support Progressive Scan or Dolphin's
|
||||
# "Force Progressive" hack. However this patch can be used
|
||||
# "Force Progressive" hack. However this patch can be used
|
||||
# to substitute field rendering with full frame rendering.
|
||||
$Force Progressive Scan
|
||||
0x80033062:word:0x000001C0
|
||||
0x800330A0:dword:0x60000000
|
||||
0x806D0660:dword:0x801640A4
|
||||
0x806D0660:dword:0x801670A4
|
||||
[OnFrame_Enabled]
|
||||
$Force Progressive Scan
|
||||
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user