dolphin/Source/Core
Dwayne Slater d3e9569cf0 VolumeDirectory: Compare case-insensitive file names as uppercase, not lowercase
Fixes file ordering in games that use ASCII characters between lowercase
'z' and uppercase 'A' (underscores).

MySims Kingdom has the files "terrainLightMapTinted.shader",
"terrainLightMapTintedGrid.shader", and
"terrainLightMapTinted_no_shadow.shader". In lowercase,
"terrainLightMapTinted_no_shadow.shader" comes before
"terrainLightMapTinted.shader" and "terrainLightMapTintedGrid.shader",
which is invalid.
2017-04-15 13:53:53 -04:00
..
AudioCommon Mixer: Tweak audio stretch parameters 2017-04-12 17:56:58 +01:00
Common Merge pull request #5250 from MerryMage/psq_st 2017-04-12 20:52:59 +02:00
Core Merge pull request #5260 from MerryMage/CheckIfSafeAddress 2017-04-15 13:26:05 +02:00
DiscIO VolumeDirectory: Compare case-insensitive file names as uppercase, not lowercase 2017-04-15 13:53:53 -04:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX Remove audio backend tooltip 2017-04-12 21:03:36 +02:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends Vulkan: Raise the number of texel buffer/storage image descriptors 2017-04-14 18:29:53 +10:00
VideoCommon TextureConversionShader: fix syntax error 2017-04-12 14:23:25 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00