Write launcher version to log file (#153)

This commit is contained in:
GeckoEidechse 2022-04-26 00:13:39 +02:00 committed by GitHub
parent 90c123e6be
commit 3a1985d046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@ bool InitialiseNorthstar()
InitialiseLogging();
InstallInitialHooks();
CreateLogFiles();
// Write launcher version to log
spdlog::info("NorthstarLauncher version: {}", version);
InitialiseInterfaceCreationHooks();
AddDllLoadCallback("tier0.dll", InitialiseTier0GameUtilFunctions);