dolphin/Source
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
..
Android Merge pull request #5118 from mahdihijazi/master 2017-04-03 16:20:34 +02:00
Core VolumeDirectory: Compare case-insensitive file names as uppercase, not lowercase 2017-04-15 13:53:53 -04:00
DSPSpy
DSPTool
PCH
UnitTests Merge pull request #5144 from MerryMage/mfspr 2017-04-10 22:30:56 +02:00
VSProps
.clang-format
CMakeLists.txt CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON 2017-03-14 13:52:02 -07:00
dolphin-emu.sln