1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 02:57:00 -06:00
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
..
2018-11-21 03:43:41 -05:00
2018-11-21 21:30:10 -05:00
2018-10-02 15:30:48 +02:00
2018-10-02 16:04:10 +02:00
2018-09-07 11:54:51 +05:30
2018-09-07 11:54:51 +05:30
2018-07-29 15:24:41 +02:00