Make more stuff loggable (#885)

This commit is contained in:
kizer 2022-06-18 04:06:38 +09:00 committed by GitHub
parent cd2649fec1
commit 04cdd3338f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 15 deletions

View file

@ -26,6 +26,10 @@ namespace bootconfig {
return utils::get_env<bool>(L"DALAMUD_SHOW_CONSOLE");
}
inline bool is_disable_fallback_console() {
return utils::get_env<bool>(L"DALAMUD_DISABLE_FALLBACK_CONSOLE");
}
inline bool is_wait_debugger() {
return utils::get_env<bool>(L"DALAMUD_WAIT_DEBUGGER");
}