1
0
mirror of synced 2024-11-23 22:51:02 +01:00

Update SDL2

This commit is contained in:
BroGamer 2022-10-29 19:49:18 +13:00
parent 0bf2d745e1
commit 5d79fda758
2 changed files with 2 additions and 2 deletions

2
SDL

@ -1 +1 @@
Subproject commit fc73386f458ef9deef6f49312aee0c317e02c220
Subproject commit b9e1d1b4de713c031353ec300113bd776961625c

View File

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