diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-27 00:25:36 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-27 00:25:36 +0100 |
commit | 26d090e4ae6153d1f7b49f8776c2923345dd810f (patch) | |
tree | c1abdb12fe6b891819597c8bbf376d76b12fed86 /NorthstarDedicatedTest/dllmain.cpp | |
parent | da212ca9b7d2ab97f8baa531d31a91fd40d9c085 (diff) | |
download | NorthstarLauncher-26d090e4ae6153d1f7b49f8776c2923345dd810f.tar.gz NorthstarLauncher-26d090e4ae6153d1f7b49f8776c2923345dd810f.zip |
read cmdline args from file, disable origin on dedi
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index b801b281..33b8c920 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -68,6 +68,7 @@ void InitialiseNorthstar() // dedi patches { AddDllLoadCallback("engine.dll", InitialiseDedicated); + AddDllLoadCallback("launcher.dll", InitialiseDedicatedOrigin); AddDllLoadCallback("materialsystem_dx11.dll", InitialiseDedicatedMaterialSystem); } |