dolphin/Source/Android/jni
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
..
AndroidCommon Android: Optimize rumble call 2019-01-26 09:38:35 -05:00
GameList Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
ButtonManager.cpp Android: only add controllers GC1 and Wiimote1 as touch controllers 2019-01-11 16:41:59 -05:00
ButtonManager.h Android: Add game specific gc/wii controller settings 2018-10-28 20:22:06 -04:00
CMakeLists.txt Use UICommon's game list code on Android 2018-06-06 17:34:07 +02:00
MainAndroid.cpp Android: Call update touch pointer from thread. 2019-01-28 21:42:12 -05:00