dolphin/Source/Core/DiscIO
Tillmann Karras fe6fd2279c WiiSaveBanner: fall back to $userdir/Load/WiiBanners
Unlike custom banners which work as an override, this mechanism works as
a fallback. The use case is if you have games you don't really play but
want to keep around for testing purposes without filling up your NAND
with lots of saves. For ease of use, the directory structure is the same
but only title/$title_hi/$title_lo/data/banner.bin files are
relevant.
2025-07-04 23:15:50 +01:00
..
Blob.cpp DiscIO: Use `= default` to define a trivial destructor 2025-04-19 17:43:18 +02:00
Blob.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
CISOBlob.cpp Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
CISOBlob.h Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexpr 2025-04-21 00:52:18 +01:00
CMakeLists.txt minizip-ng: Stop using compatibility mode 2025-05-22 12:51:55 +02:00
CompressedBlob.cpp Merge pull request #13542 from tygyh/DiscIO-Pass-parameters-by-constant-reference 2025-05-07 15:50:11 -05:00
CompressedBlob.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
DirectoryBlob.cpp Hide DirectoryBlob header.bin files from game list 2025-05-25 20:37:52 +02:00
DirectoryBlob.h DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
DiscExtractor.cpp Remove NKit data when extracting a GCN/Wii disc volume 2023-06-02 01:11:50 -05:00
DiscExtractor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DiscScrubber.cpp DiscIO: Remove redundant qualifiers 2025-04-22 13:54:10 +02:00
DiscScrubber.h Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
DiscUtils.cpp DiscIO: Remove redundant qualifiers 2025-04-22 13:54:10 +02:00
DiscUtils.h DiscIO: Remove redundant qualifiers 2025-04-22 13:54:10 +02:00
Enums.cpp Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiers 2025-04-22 20:00:03 -05:00
Enums.h Add Triforce platform and preliminary boot.id parsing 2025-04-21 22:05:25 +10:00
FileBlob.cpp DiscIO: Pass parameters by constant reference 2025-04-20 08:26:09 +02:00
FileBlob.h DiscIO: Make classes final 2025-04-19 09:05:22 +02:00
FileSystemGCWii.cpp DiscIO: Make variables constexpr 2025-04-19 17:17:02 +02:00
FileSystemGCWii.h DiscIO: Make classes final 2025-04-19 09:05:22 +02:00
Filesystem.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Filesystem.h C++20: Synthesize `operator!=` From `operator==` 2024-10-10 20:23:55 -07:00
GameModDescriptor.cpp DiscIO: Remove redundant qualifiers 2025-04-22 13:54:10 +02:00
GameModDescriptor.h Core: Add a Maker field for GameModDescriptors. 2022-01-02 06:06:53 +01:00
LaggedFibonacciGenerator.cpp Simplify `std::copy` with `std::copy_n` 2024-10-07 15:34:56 -07:00
LaggedFibonacciGenerator.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
MultithreadedCompressor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NANDImporter.cpp DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
NANDImporter.h DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
NFSBlob.cpp DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
NFSBlob.h DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
RiivolutionParser.cpp DiscIO: Pass parameters by constant reference 2025-04-20 08:26:09 +02:00
RiivolutionParser.h DiscIO: Pass parameters by constant reference 2025-04-20 08:26:09 +02:00
RiivolutionPatcher.cpp DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
RiivolutionPatcher.h DiscIO: Make functions constant 2025-05-16 19:11:39 +02:00
ScrubbedBlob.cpp Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
ScrubbedBlob.h DiscIO: Make classes final 2025-04-19 09:05:22 +02:00
SplitFileBlob.cpp Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
SplitFileBlob.h Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
TGCBlob.cpp Simplify `std::copy` with `std::copy_n` 2024-10-07 15:34:56 -07:00
TGCBlob.h Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
Volume.cpp introduce wrapper for SHA1 functionality 2022-07-26 22:16:37 -07:00
Volume.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
VolumeDisc.cpp introduce wrapper for SHA1 functionality 2022-07-26 22:16:37 -07:00
VolumeDisc.h introduce wrapper for SHA1 functionality 2022-07-26 22:16:37 -07:00
VolumeFileBlobReader.cpp Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
VolumeFileBlobReader.h Added CopyReader to BlobReader and all subclasses 2023-10-01 09:04:06 -04:00
VolumeGC.cpp Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
VolumeGC.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
VolumeVerifier.cpp minizip-ng: Stop using compatibility mode 2025-05-22 12:51:55 +02:00
VolumeVerifier.h Add Triforce platform and preliminary boot.id parsing 2025-04-21 22:05:25 +10:00
VolumeWad.cpp Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
VolumeWad.h DiscIO: Make classes final 2025-04-19 09:05:22 +02:00
VolumeWii.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
VolumeWii.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
WIABlob.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
WIABlob.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
WIACompression.cpp introduce wrapper for SHA1 functionality 2022-07-26 22:16:37 -07:00
WIACompression.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
WbfsBlob.cpp Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexpr 2025-04-21 00:52:18 +01:00
WbfsBlob.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
WiiEncryptionCache.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiEncryptionCache.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
WiiSaveBanner.cpp WiiSaveBanner: fall back to $userdir/Load/WiiBanners 2025-07-04 23:15:50 +01:00
WiiSaveBanner.h WiiSaveBanner: fall back to $userdir/Load/WiiBanners 2025-07-04 23:15:50 +01:00