1
0
Fork 1
forked from suyu/suyu
suyu-forked/src
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
..
audio_core core: Port all current usages of Event to Readable/WritableEvent 2018-11-29 08:45:41 -05:00
common Backport review comment from citra-emu/citra#4418 2018-12-07 16:21:18 +01:00
core Merge pull request #1875 from DarkLordZach/oss-ngword2 2018-12-06 15:23:58 -05:00
input_common
tests
video_core Merge pull request #1824 from ReinUsesLisp/fbcache 2018-12-06 11:56:59 -05:00
web_service
yuzu configuration/config: Use an intermediary variable for accessing players 2018-12-05 03:41:33 -05:00
yuzu_cmd gl_rasterizer: Remove extension booleans 2018-11-28 21:18:13 -03:00
.clang-format
CMakeLists.txt