citra/src
Weiyi Wang e1765e7c5c string_util: remove TString conversion for windows
First of all they are foundamentally broken. As our convention is that std::string is always UTF-8, these functions assume that the multi-byte character version of TString (std::string) from windows is also in UTF-8, which is almost always wrong. We are not going to build multi-byte character build, and even if we do, this dirty work should be handled by frontend framework early.
2018-09-22 13:03:59 -04:00
..
audio_core Merge pull request #4194 from MerryMage/audiofifo 2018-09-21 13:30:51 +01:00
citra Merge pull request #4138 from FearlessTobi/change-web-links 2018-09-12 16:31:59 -04:00
citra_qt Merge pull request #3959 from zhaowenlan1779/semi-reset 2018-09-19 21:02:59 -06:00
common string_util: remove TString conversion for windows 2018-09-22 13:03:59 -04:00
core Merge pull request #4113 from namkazt/soc_recv_from 2018-09-21 12:33:23 -04:00
dedicated_room Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
input_common SDLJoystick: Addressed review comments 2018-09-11 14:50:41 +02:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
video_core Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
web_service Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
.clang-format
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00