dolphin/Source/Core/UICommon
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
..
ResourcePack ResourcePacks: Fix various bugs 2019-02-11 11:05:35 +01:00
AutoUpdate.cpp UICommon/AutoUpdate: Add macOS support 2019-02-06 20:50:09 +01:00
AutoUpdate.h AutoUpdater: support optionally restarting Dolphin after update 2018-03-23 11:10:25 +01:00
CMakeLists.txt Implement resource packs 2018-12-19 11:03:09 +01:00
CommandLineParse.cpp Use empty instead of size 2019-02-13 00:03:49 +01:00
CommandLineParse.h WX: Fix argument parsing 2017-11-26 18:18:48 +01:00
Disassembler.cpp Merge pull request #7161 from lioncash/disasm 2018-09-16 15:16:00 +02:00
Disassembler.h UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
DiscordPresence.cpp DiscordPresence: Add popular games to artwork list 2018-08-27 06:10:11 -04:00
DiscordPresence.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
GameFile.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
GameFile.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
GameFileCache.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
GameFileCache.h DolphinQt: Implement "Purge Game List Cache" 2018-10-25 08:29:54 +02:00
UICommon.cpp Implement resource packs 2018-12-19 11:03:09 +01:00
UICommon.h UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
UICommon.vcxproj Implement resource packs 2018-12-19 11:03:09 +01:00
USBUtils.cpp Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
USBUtils.h Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
VideoUtils.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
VideoUtils.h UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
X11Utils.cpp UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
X11Utils.h UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00