diff --git a/src/common/logging/log.cpp b/src/common/logging/log.cpp index 69d7f0419..3484cfe3a 100644 --- a/src/common/logging/log.cpp +++ b/src/common/logging/log.cpp @@ -170,8 +170,7 @@ void Setup(std::string_view log_filename) { #ifdef _WIN32 if (EmulatorSettings.GetLogType() == "wincolor") { - g_console_sink = - UpdateColorLevels(std::make_shared()); + g_console_sink = std::make_shared(); } else { g_console_sink = std::make_shared(); }