dolphin/Source/Core/DiscIO
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
..
Blob.cpp CDUtils: Amend function names 2018-05-27 18:48:09 -04:00
Blob.h
CISOBlob.cpp
CISOBlob.h
CMakeLists.txt
CompressedBlob.cpp
CompressedBlob.h
DirectoryBlob.cpp Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DirectoryBlob.h
DiscExtractor.cpp ExportDOL: ActionReplay has a 0'd dol offset. Don't try to extract. 2018-08-02 05:32:05 -04:00
DiscExtractor.h
DiscIO.vcxproj Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
DiscIO.vcxproj.filters
DiscScrubber.cpp Fix scrubbing unencrypted Wii disc images 2018-09-20 23:23:10 +02:00
DiscScrubber.h Refactor DiscScrubber::MarkAsUsedE 2018-09-20 23:23:06 +02:00
DriveBlob.cpp
DriveBlob.h
Enums.cpp DiscIO: Restore the Korean case in CountryCodeToCountry 2018-10-19 18:45:59 +02:00
Enums.h Accurate region detection for NAND titles 2018-10-28 11:27:08 +01:00
FileBlob.cpp
FileBlob.h
Filesystem.cpp Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
Filesystem.h Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDImporter.cpp
NANDImporter.h
TGCBlob.cpp
TGCBlob.h
Volume.cpp
Volume.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeFileBlobReader.cpp
VolumeFileBlobReader.h
VolumeGC.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeGC.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeWad.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeWad.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeWii.cpp Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeWii.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
WbfsBlob.cpp Use empty instead of size 2019-02-13 00:03:49 +01:00
WbfsBlob.h
WiiSaveBanner.cpp ColorUtil: Amend function name casing 2018-05-27 21:04:48 -04:00
WiiSaveBanner.h Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
WiiWad.cpp
WiiWad.h