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 Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
CISOBlob.cpp Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
CISOBlob.h Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
CMakeLists.txt CMakeLists: Link in zlib privately where applicable 2018-04-13 08:29:46 -04:00
CompressedBlob.cpp Common/Hash: Namespace code under the Common namespace 2018-05-16 15:39:23 -04:00
CompressedBlob.h Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
DirectoryBlob.cpp Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DirectoryBlob.h Reformat all the things! 2018-04-12 21:28:39 +02:00
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 DiscExtractor: Pass partition by reference rather than by value in ExtractDirectory() 2018-03-27 21:49:42 -04:00
DiscIO.vcxproj Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
DiscIO.vcxproj.filters Add WiiSaveBanner class 2017-11-03 23:00:43 +01:00
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 Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
DriveBlob.h Reformat all the things! 2018-04-12 21:28:39 +02:00
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 Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
FileBlob.h Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
FileSystemGCWii.cpp DiscIO: Remove m_partition and m_volume from FileSystem 2017-09-15 18:57:05 +02:00
FileSystemGCWii.h DiscIO: Add a Volume::ReadSwappedAndShifted function 2017-08-02 22:00:51 +02:00
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
NANDImporter.cpp Merge pull request #6148 from leoetlino/null-bug 2017-10-29 10:30:03 +01:00
NANDImporter.h Merge pull request #6148 from leoetlino/null-bug 2017-10-29 10:30:03 +01:00
TGCBlob.cpp TGCBlob: Fix brace style 2017-10-08 12:38:12 +02:00
TGCBlob.h TGCBlob: Make m_file_area_shift signed 2017-10-08 12:30:53 +02:00
Volume.cpp Avoid UB when reading Wii volume names 2017-11-03 23:17:40 +01:00
Volume.h Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
VolumeFileBlobReader.cpp DiscIO: Use Common::Lazy for loading filesystems 2017-09-15 18:57:05 +02:00
VolumeFileBlobReader.h DiscIO: Use Common::Lazy for loading filesystems 2017-09-15 18:57:05 +02:00
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 Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
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 Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
WiiWad.h Drop the direct WAD launch hack 2017-10-24 11:41:54 +02:00