Update SDL2
This commit is contained in:
parent
0bf2d745e1
commit
5d79fda758
2
SDL
2
SDL
@ -1 +1 @@
|
||||
Subproject commit fc73386f458ef9deef6f49312aee0c317e02c220
|
||||
Subproject commit b9e1d1b4de713c031353ec300113bd776961625c
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user