aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-14 10:34:03 -0300
committerBarichello <artur@barichello.me>2022-01-14 10:34:03 -0300
commitc9d66513a85d5325d3d002ca16c82d8302ec0ea2 (patch)
tree4c4ab3ac8ed6d17343c3be1fcf17d1e31b87b68c /NorthstarDedicatedTest/dllmain.cpp
parentd545b3d7d4eb02a84fa7cb9ce1ff591c81b08707 (diff)
downloadNorthstarLauncher-c9d66513a85d5325d3d002ca16c82d8302ec0ea2.tar.gz
NorthstarLauncher-c9d66513a85d5325d3d002ca16c82d8302ec0ea2.zip
Add command line arg to disable logs
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 856b2992..eb4b8936 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -76,9 +76,8 @@ bool InitialiseNorthstar()
curl_global_init_mem(CURL_GLOBAL_DEFAULT, _malloc_base, _free_base, _realloc_base, _strdup_base, _calloc_base);
InitialiseLogging();
-
- // apply initial hooks
InstallInitialHooks();
+ CreateLogFiles();
InitialiseInterfaceCreationHooks();
AddDllLoadCallback("tier0.dll", InitialiseTier0GameUtilFunctions);