diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-11-27 21:27:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 21:27:42 +0100 |
commit | 9ed73b5b989ce079a7349f7bdda88689fd5ac1c4 (patch) | |
tree | a60415625e3d3efd6c3c957af6c65aa656be6d49 /NorthstarDLL/dllmain.cpp | |
parent | 3d7e310a3253ad41707217e77c62f1d8dcbc3a8b (diff) | |
download | NorthstarLauncher-9ed73b5b989ce079a7349f7bdda88689fd5ac1c4.tar.gz NorthstarLauncher-9ed73b5b989ce079a7349f7bdda88689fd5ac1c4.zip |
Pre-init squirrel managers (#348)
* init
* Format
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r-- | NorthstarDLL/dllmain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp index 2251d41d..44d973f2 100644 --- a/NorthstarDLL/dllmain.cpp +++ b/NorthstarDLL/dllmain.cpp @@ -153,6 +153,8 @@ bool InitialiseNorthstar() InitialiseNorthstarPrefix(); InitialiseVersion(); + InitialiseSquirrelManagers(); + // Fix some users' failure to connect to respawn datacenters SetEnvironmentVariableA("OPENSSL_ia32cap", "~0x200000200000000"); |