Skip to content

Commit

Permalink
Fix #121 Enable logfiles by default
Browse files Browse the repository at this point in the history
  • Loading branch information
louve committed Sep 15, 2024
1 parent 96efc9b commit eb50b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Components/Modules/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ namespace Components
Utils::Hook(0x64BA67, PrintAliasError, HOOK_CALL).install()->quick();
}

// set logfile to 1 by default (logs enabled)
Utils::Hook::Set<uint8_t>(0x60AE61, 1);

Utils::Hook(0x642139, BuildOSPath_Stub, HOOK_JUMP).install()->quick();

Scheduler::Loop(Frame, Scheduler::Pipeline::SERVER);
Expand Down

0 comments on commit eb50b61

Please sign in to comment.