diff options
author | KittenPopo <Pokeberry123@gmail.com> | 2022-06-19 14:46:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 23:46:03 +0200 |
commit | c7dd9ff6d4c80a91bfe66e08669c79d5c9532a2e (patch) | |
tree | 29f92222cdea53f494da4c1a1e50fafae5faa24c /NorthstarDedicatedTest/miscserverfixes.h | |
parent | 0ffee77ca1e9ffdd4590e52d6e200fa2beace344 (diff) | |
download | NorthstarLauncher-c7dd9ff6d4c80a91bfe66e08669c79d5c9532a2e.tar.gz NorthstarLauncher-c7dd9ff6d4c80a91bfe66e08669c79d5c9532a2e.zip |
Move LZSS exploit segfault fix hook to ExploitFixes.cpp (#195)
* Move LZSS exploit fix hook to ExploitFixes.cpp
* Formatting changes for clang-format
Diffstat (limited to 'NorthstarDedicatedTest/miscserverfixes.h')
-rw-r--r-- | NorthstarDedicatedTest/miscserverfixes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/miscserverfixes.h b/NorthstarDedicatedTest/miscserverfixes.h index 3fdf56a8..d1c05a6b 100644 --- a/NorthstarDedicatedTest/miscserverfixes.h +++ b/NorthstarDedicatedTest/miscserverfixes.h @@ -1,2 +1 @@ -void InitialiseMiscServerFixes(HMODULE baseAddress); -void InitialiseMiscEngineServerFixes(HMODULE baseAddress);
\ No newline at end of file +void InitialiseMiscServerFixes(HMODULE baseAddress);
\ No newline at end of file |