Update 1.0.0.1

This commit is contained in:
Waterdish
2024-06-02 14:27:08 -07:00
parent 8e3a447798
commit 891fcafa57
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,8 +149,8 @@ OTRGlobals::OTRGlobals() {
context =
Ship::Context::CreateInstance("2 Ship 2 Harkinian", appShortName, "2ship2harkinian.json", archiveFiles, {}, 3);
// Override LUS defaults
#ifndef __ANDROID__
// Override LUS defaults
Ship::Context::GetInstance()->GetLogger()->set_level(
(spdlog::level::level_enum)CVarGetInteger("gDeveloperTools.LogLevel", 1));
Ship::Context::GetInstance()->GetLogger()->set_pattern("[%H:%M:%S.%e] [%s:%#] [%l] %v");