pcsx2/common
Jonathan Li 415090d249 common: Avoid wchar_t in pxTextWrapper
wchar_t is 16-bits on Windows, which can't actually properly fit all
Unicode characters.

Use the wx3.0.x wxTextWrapper approach of using iterators that increment
by actual characters to fix the issue, and also switch to using the
std::string style functions in wxString.
2016-12-10 22:30:27 +00:00
..
build utilities:windows: Restrict memcmp_mmx to 32-bits 2016-07-23 10:52:09 +01:00
include CDVD: Convert CDVD_SourceType into enum class 2016-12-10 12:35:57 +00:00
src common: Avoid wchar_t in pxTextWrapper 2016-12-10 22:30:27 +00:00
vsprops pcsx2 gui: use git desribe as version name 2016-11-08 22:44:39 +01:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00