mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
HOTFIX: set_color not defined (#4285)
lld-link: error: undefined symbol: public: void __cdecl spdlog::sinks::wincolor_sink<class std::mutex>::set_color(enum spdlog::level, unsigned short)
This commit is contained in:
parent
8fcf8ca894
commit
0bdc2020b4
@ -170,8 +170,7 @@ void Setup(std::string_view log_filename) {
|
||||
|
||||
#ifdef _WIN32
|
||||
if (EmulatorSettings.GetLogType() == "wincolor") {
|
||||
g_console_sink =
|
||||
UpdateColorLevels(std::make_shared<spdlog::sinks::wincolor_stdout_sink_mt>());
|
||||
g_console_sink = std::make_shared<spdlog::sinks::wincolor_stdout_sink_mt>();
|
||||
} else {
|
||||
g_console_sink = std::make_shared<spdlog::sinks::msvc_sink_mt>();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user