dolphin/Source/Core
JosJuice 34be8488a5 StringUtil: Fix Windows encoding in ThousandSeparate
Some locales use non-breaking spaces as separators, so getting the
encoding right is important. If DolphinWX gets a string that isn't
valid UTF-8, it flat out won't display the string.
2018-03-10 12:13:30 +01:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common StringUtil: Fix Windows encoding in ThousandSeparate 2018-03-10 12:13:30 +01:00
Core Merge pull request #6281 from JosJuice/unify-gamelist-code 2018-03-09 20:39:02 +01:00
DiscIO Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
DolphinWX Merge pull request #6281 from JosJuice/unify-gamelist-code 2018-03-09 20:39:02 +01:00
InputCommon Merge pull request #6355 from myfreeweb/clang6-warning 2018-02-07 22:25:57 -08:00
UICommon Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
VideoBackends VideoCommon: Add support for Abstract Framebuffers 2018-03-02 20:20:48 +10:00
VideoCommon VideoCommon: Add support for Abstract Framebuffers 2018-03-02 20:20:48 +10:00
CMakeLists.txt