mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00:00
Qt: Fix early console debug output
This commit is contained in:
parent
c439de6364
commit
206f32e511
@ -2254,6 +2254,7 @@ void QtHost::InitializeEarlyConsole()
|
||||
const bool was_console_enabled = Log::IsConsoleOutputEnabled();
|
||||
if (!was_console_enabled)
|
||||
Log::SetConsoleOutputParams(true);
|
||||
Log::SetLogLevel(Log::Level::Dev);
|
||||
}
|
||||
|
||||
void QtHost::PrintCommandLineVersion()
|
||||
|
Loading…
x
Reference in New Issue
Block a user