dolphin/Source/Core/DiscIO
JosJuice 162e3be82b Show an OSD message when running a disc image with a large block size
This is intended to catch WIA files which have been created using
wit's default parameters (40 MiB block size), once the WIA PR is
merged. The check does however also work for GCZ files – not that
I think anyone has a GCZ file with a block size that large.
2020-06-07 14:11:00 +02:00
..
Blob.cpp DiscIO: Add out of bounds checks for blob reading 2020-01-14 18:59:31 +01:00
Blob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
CISOBlob.cpp DiscIO: Fix CISOFileReader::GetDataSize() 2020-01-22 18:57:50 +01:00
CISOBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
CMakeLists.txt DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
CompressedBlob.cpp DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
CompressedBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
DirectoryBlob.cpp DiscIO: Implement re-encryption of Wii partition data 2020-04-24 14:24:12 +02:00
DirectoryBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
DiscExtractor.cpp DiscIO: cleanup warnings of -Wmaybe-uninitialized 2020-03-23 14:14:00 +08:00
DiscExtractor.h
DiscIO.vcxproj DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
DiscIO.vcxproj.filters DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
DiscScrubber.cpp DiscIO: Move scrubbing code out of ConvertToGCZ 2020-04-24 15:11:20 +02:00
DiscScrubber.h DiscIO: Move scrubbing code out of ConvertToGCZ 2020-04-24 15:11:20 +02:00
DriveBlob.cpp
DriveBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
Enums.cpp GetSysMenuVersionString(): Use a char instead of std::string for the region letter. 2019-12-29 23:45:02 -05:00
Enums.h
FileBlob.cpp DiscIO: Move scrubbing code out of ConvertToGCZ 2020-04-24 15:11:20 +02:00
FileBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp
FileSystemGCWii.h
MultithreadedCompressor.h DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
NANDImporter.cpp
NANDImporter.h
ScrubbedBlob.cpp DiscIO: Move scrubbing code out of ConvertToGCZ 2020-04-24 15:11:20 +02:00
ScrubbedBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
TGCBlob.cpp
TGCBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
Volume.cpp
Volume.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeFileBlobReader.cpp Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeFileBlobReader.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeGC.cpp Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeGC.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeVerifier.cpp Externals: Update minizip search path. 2020-04-29 12:41:36 +02:00
VolumeVerifier.h VolumeVerifier: Ignore invalid partitions in GetBiggestReferencedOffset 2020-02-09 19:05:44 +01:00
VolumeWad.cpp Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeWad.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeWii.cpp Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
VolumeWii.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
WbfsBlob.cpp DiscIO: Add out of bounds checks for blob reading 2020-01-14 18:59:31 +01:00
WbfsBlob.h Show an OSD message when running a disc image with a large block size 2020-06-07 14:11:00 +02:00
WiiEncryptionCache.cpp DiscIO: Implement re-encryption of Wii partition data 2020-04-24 14:24:12 +02:00
WiiEncryptionCache.h DiscIO: Implement re-encryption of Wii partition data 2020-04-24 14:24:12 +02:00
WiiSaveBanner.cpp
WiiSaveBanner.h