From 7e338fac5c15a3cd6efdd570a93e6d8586856143 Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Sun, 30 Jan 2022 20:32:33 +0100 Subject: Added command line option for custom northstar dir Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 --- NorthstarDedicatedTest/dllmain.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NorthstarDedicatedTest/dllmain.cpp') diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 2b5a65fa..0ada0531 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -33,6 +33,10 @@ #include "languagehooks.h" #include "audio.h" #include "buildainfile.h" +#include "configurables.h" +#include +#include "pch.h" + bool initialised = false; @@ -75,6 +79,8 @@ bool InitialiseNorthstar() initialised = true; + parseConfigurables(); + SetEnvironmentVariableA("OPENSSL_ia32cap", "~0x200000200000000"); curl_global_init_mem(CURL_GLOBAL_DEFAULT, _malloc_base, _free_base, _realloc_base, _strdup_base, _calloc_base); -- cgit v1.2.3