dolphin/Source/Core
JosJuice 10aafff5b9 DolphinWX: Fix sorting games by custom titles
The custom title reading code is moved so that custom titles are
returned by GameListItem::GetName(). The comparison code is changed
to use GetName() instead of GetName(DiscIO::IVolume::ELanguage).

GetName(DiscIO::IVolume::ELanguage) must not return custom titles,
because netplay relies on it returning the same name for all players.
2015-09-13 12:45:06 +02:00
..
AudioCommon Merge pull request #3026 from lioncash/constexpr 2015-09-12 02:28:38 -04:00
Common Merge pull request #3026 from lioncash/constexpr 2015-09-12 02:28:38 -04:00
Core Use official names for GameCube controller sticks 2015-09-12 22:45:06 +02:00
DiscIO Merge pull request #2829 from JosJuice/fix-wii-fst-size-2 2015-09-12 00:50:00 -04:00
DolphinQt Merge pull request #2993 from JosJuice/dol-elf-qt 2015-09-12 00:38:51 -04:00
DolphinWX DolphinWX: Fix sorting games by custom titles 2015-09-13 12:45:06 +02:00
InputCommon Use official names for GameCube controller sticks 2015-09-12 22:45:06 +02:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends Merge pull request #3026 from lioncash/constexpr 2015-09-12 02:28:38 -04:00
VideoCommon LookUpTables: Make functions constexpr 2015-09-12 03:04:40 -04:00
CMakeLists.txt