dolphin/Source/Core/DiscIO
JosJuice 56d37d773b RedumpVerifier: Show an error when datfile lacks serials or versions
This happens if someone manually downloads a regular datfile from
redump.org and puts it where Dolphin stores datfiles. Dolphin needs
"special" datfiles that contain fields for serials and versions.

Before this change, all discs (except Datel discs) would show up as
"Unknown disc" when using a regular datfile.
2019-11-02 16:49:20 +01:00
..
Blob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Blob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CISOBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CISOBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CMakeLists.txt VolumeVerifier: Add zip support for datfile 2019-08-24 16:37:19 +02:00
CompressedBlob.cpp DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
CompressedBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DirectoryBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DirectoryBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DiscExtractor.cpp DiscIO: Use std::string_view in FileSystem::FindFileInfo 2019-05-29 08:29:56 +02:00
DiscExtractor.h DiscIO: Use std::string_view in FileSystem::FindFileInfo 2019-05-29 08:29:56 +02:00
DiscIO.vcxproj VolumeVerifier: Add datfile parsing 2019-08-24 16:37:19 +02:00
DiscIO.vcxproj.filters DiscIO: Merge WiiWAD into VolumeWAD 2019-07-18 22:29:04 +02:00
DiscScrubber.cpp VolumeVerifier: Don't show problems with good dumps of Wii Freeloaders 2019-10-25 10:03:12 +02:00
DiscScrubber.h VolumeVerifier: Check whether invalid blocks are unused 2019-04-09 14:18:46 +02:00
DriveBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DriveBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Enums.cpp Add Wii Mini system menu version detection 2019-09-21 12:55:49 -05:00
Enums.h Also override the SYSCONF country setting 2019-08-09 17:33:05 +02:00
FileBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
FileBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Filesystem.cpp Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
Filesystem.h DiscIO: Avoid copies when comparing FileSystemGCWii file names 2019-05-29 14:53:39 +02:00
FileSystemGCWii.cpp DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
FileSystemGCWii.h DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
NANDImporter.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
NANDImporter.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TGCBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TGCBlob.h DiscIO: Add way of checking whether blob data size is accurate 2019-03-30 12:45:17 +01:00
Volume.cpp DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
Volume.h VolumeVerifier: Don't read data multiple times 2019-08-06 16:32:01 +02:00
VolumeFileBlobReader.cpp DiscIO: Use std::string_view in FileSystem::FindFileInfo 2019-05-29 08:29:56 +02:00
VolumeFileBlobReader.h DiscIO: Use std::string_view in FileSystem::FindFileInfo 2019-05-29 08:29:56 +02:00
VolumeGC.cpp Return nothing from VolumeWii::GetGameTDBID if Datel 2019-10-30 10:23:33 +01:00
VolumeGC.h DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
VolumeVerifier.cpp RedumpVerifier: Show an error when datfile lacks serials or versions 2019-11-02 16:49:20 +01:00
VolumeVerifier.h RedumpVerifier: Show an error when datfile lacks serials or versions 2019-11-02 16:49:20 +01:00
VolumeWad.cpp VolumeVerifier: Don't read data multiple times 2019-08-06 16:32:01 +02:00
VolumeWad.h VolumeVerifier: Don't read data multiple times 2019-08-06 16:32:01 +02:00
VolumeWii.cpp Return nothing from VolumeWii::GetGameTDBID if Datel 2019-10-30 10:23:33 +01:00
VolumeWii.h VolumeVerifier: Don't read data multiple times 2019-08-06 16:32:01 +02:00
WbfsBlob.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
WbfsBlob.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
WiiSaveBanner.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
WiiSaveBanner.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00