Skip to content
Snippets Groups Projects
Unverified Commit eb15711e authored by Tobias's avatar Tobias Committed by GitHub
Browse files

Backport review comment from citra-emu/citra#4418

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.
parent f761e3ef
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment