1
0
Fork 0
forked from suyu/suyu
suyu/src/common/logging
Tobias eb15711ee6
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.
2018-12-07 16:21:18 +01:00
..
backend.cpp Backport review comment from citra-emu/citra#4418 2018-12-07 16:21:18 +01:00
backend.h logging: Add DebuggerBackend for logging to Visual Studio 2018-10-07 13:24:04 +10:30
filter.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
filter.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
log.h logging/backend: Add missing services to the log filters 2018-10-23 22:35:59 -04:00
text_formatter.cpp text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-04 23:55:53 -04:00
text_formatter.h common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00