diff --git a/SDL b/SDL index fc73386..b9e1d1b 160000 --- a/SDL +++ b/SDL @@ -1 +1 @@ -Subproject commit fc73386f458ef9deef6f49312aee0c317e02c220 +Subproject commit b9e1d1b4de713c031353ec300113bd776961625c diff --git a/plugins/8.18/dllmain.c b/plugins/8.18/dllmain.c index ec8513e..98ce02b 100644 --- a/plugins/8.18/dllmain.c +++ b/plugins/8.18/dllmain.c @@ -63,7 +63,7 @@ PreInit () { WRITE_MEMORY (ASLR (0x140B1B4B0, handle), char, "./"); WRITE_MEMORY (ASLR (0x14001C941, handle), u8, 0x02); // Patch TLS v1.0 to v1.2 - WRITE_MEMORY (ASLR (0x14044b1a9, handle), u8, 0x10); + WRITE_MEMORY (ASLR (0x14044B1A9, handle), u8, 0x10); toml_table_t *windowResSection = openConfigSection (config, "windowRes"); if (windowResSection) {