dolphin/Source/Core
JosJuice 0f1ce0e1f4 Remove incorrect usage of "ASCII" and "ANSI"
Windows-1252 was sometimes being referred to as ASCII or ANSI
in Dolphin, which is incorrect. ASCII is only a subset of
Windows-1252, and ANSI is (rather improperly) used in Windows
to refer to the current code page (which often is 1252 on
Western systems, but can also be something entirely different).

The commit also replaces "SJIS" with "Shift JIS". "SJIS"
isn't misleading, but "Shift JIS" is more commonly used.
2016-12-26 15:49:39 +01:00
..
AudioCommon AudioCommon: Remove unnecessary headers 2016-12-11 06:11:37 -05:00
Common Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
Core Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
DiscIO VolumeDirectory: Modernize variable names 2016-12-26 11:45:22 +01:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
InputCommon evdev: reduce startup time 2016-12-26 01:24:35 +01:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4224 from lioncash/tcache 2016-12-23 04:33:42 -05:00
VideoCommon VideoCommon: use u32 for texture addresses 2016-12-25 18:48:19 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00