dolphin/Source
JosJuice a992245aa2 VolumeVerifier: Add extra validity checks for ticket and TMD
This fixes VolumeVerifier potentially calling TMDReader::GetIOSId for
invalid TMDs.

VolumeVerifier also has a call to TMDReader::GetContent that doesn't
check if the TMD is valid. In practice, this can't get called with an
invalid TMD because the previous commit made it so GetContentOffsets
returns an empty vector if the TMD is invalid, but I've added a check
inside TMDReader::GetContent just to be on the safe side.

I also made VolumeVerifier show a specifically worded problem if the
ticket or TMD is invalid. Before, invalid TMDs in Wii discs and WADs
and invalid tickets in WADs would show a more generic problem.
2026-04-20 20:26:31 +02:00
..
Android Android: Add page table fastmem to Debug settings 2026-04-18 08:42:34 +02:00
Core VolumeVerifier: Add extra validity checks for ticket and TMD 2026-04-20 20:26:31 +02:00
DSPSpy
DSPTool
PCH
UnitTests Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
VSProps Move RangeSet from Externals to Common 2026-02-23 22:55:38 +01:00
.clang-format
CMakeLists.txt
dolphin-emu.sln