mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-10 15:20:13 +00:00

Original reason: As Windows multi-byte character codec is unspecified while we always assume std::string uses UTF-8 in our code base, this can output gibberish when the string contains non-ASCII characters. ::OutputDebugStringW combined with Common::UTF8ToUTF16W is preferred here.