Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
BroGamer4256 committed Oct 29, 2022
1 parent 0bf2d74 commit 5d79fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL
Submodule SDL updated 104 files
2 changes: 1 addition & 1 deletion plugins/8.18/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5d79fda

Please sign in to comment.