dolphin/Source/Android/jni/GameList
JosJuice 8842a0f402 Keep track of GameTDB ID separately from game ID
The difference between Dolphin's game IDs and GameTDB's game IDs
is that GameTDB uses four characters for non-disc titles, whereas
Dolphin uses six characters for all titles.

This fixes:

- TitleDatabase considering Datel discs to be NHL Hitz 2002
- Gecko code downloading not working for discs with IDs starting with P
- Cover downloading mixing up discs with channels (e.g. Mario Kart Wii
  and Mario Kart Channel) and making extra HTTP requests. (Android was
  actually doing a better job at this than DolphinQt!)
2019-02-25 19:54:25 +01:00
..
GameFile.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
GameFile.h Use UICommon's game list code on Android 2018-06-06 17:34:07 +02:00
GameFileCache.cpp Use UICommon's game list code on Android 2018-06-06 17:34:07 +02:00