dolphin/Source/Core
JosJuice 210aa774d5 DolphinWX: Only read titles.txt once
titles.txt is read into a map and passed to the GameListItem
constructor, making game list scanning a bit more efficient.

ISOPropreties's constructor is changed to take a GameListItem as an
argument instead of creating one on its own, because ISOPropreties
doesn't have the titles.txt map that the GameListItem constructor wants.
2015-09-13 14:17:58 +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: Only read titles.txt once 2015-09-13 14:17:58 +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