mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Log: Fix system console
This commit is contained in:
parent
c1e6616e5f
commit
fa6ef1d04e
|
@ -315,7 +315,7 @@ void Log::SetConsoleOutputParams(bool enabled, bool timestamps)
|
||||||
{
|
{
|
||||||
std::unique_lock lock(s_callback_mutex);
|
std::unique_lock lock(s_callback_mutex);
|
||||||
|
|
||||||
s_console_output_enabled = timestamps;
|
s_console_output_timestamps = timestamps;
|
||||||
if (s_console_output_enabled == enabled)
|
if (s_console_output_enabled == enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue