dolphin/Source/Core/Core/IOS/ES
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
..
ES.cpp Include the Korean Wii Shop Channel when checking default credentials 2018-09-15 17:28:23 +02:00
ES.h ES: Return ReturnCode in DiVerify for consistency 2018-06-05 22:07:59 +02:00
Formats.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
Formats.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
Identity.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
NandUtils.cpp Merge pull request #7027 from leoetlino/cleanup 2018-06-04 20:50:50 +02:00
TitleContents.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
TitleInformation.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
TitleManagement.cpp Merge pull request #7027 from leoetlino/cleanup 2018-06-04 20:50:50 +02:00
Views.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00