summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWii.cpp
AgeCommit message (Expand)Author
2019-11-26VolumeWii: Check SupportsReadWiiDecrypted before m_encryptedJosJuice
2019-10-30Return nothing from VolumeWii::GetGameTDBID if DatelJosJuice
2019-08-06VolumeVerifier: Don't read data multiple timesJosJuice
2019-06-07General: Migrate from deprecated mbedTLS functionsLioncash
2019-04-09VolumeVerifier: Check hashes in Wii partitionsJosJuice
2019-03-30DiscIO: Make Korean GC checks in Enums.cpp less fragileJosJuice
2019-03-30Volume: Add a GetCertificateChain functionJosJuice
2019-03-30DiscIO: Add way of checking whether blob data size is accurateJosJuice
2019-02-25Keep track of GameTDB ID separately from game IDJosJuice
2018-10-12DiscIO: Rename RegionSwitch/CountrySwitchJosJuice
2018-10-08DiscIO: Move the Korean GC mess out of VolumeGCJosJuice
2018-10-05DiscIO: Merge RegionSwitchGC and RegionSwitchWiiJosJuice
2018-05-30VolumeWii: Shorten padding checking code within CheckIntegrity()Lioncash
2018-05-30VolumeWii: Use ReadSwapped for retrieving the partition data size in CheckInt...Lioncash
2018-05-30VolumeGC/VolumeWii: Dehardcode sizes where applicableLioncash
2018-05-30Volume/VolumeGC/VolumeWii: Amend variable namingLioncash
2018-05-23Make the support for unencrypted Wii disc images less brokenJosJuice
2018-05-20Reimplement custom PNG banners in game listJosJuice
2018-03-31DiscIO: Don't use all uppercase for enum valuesJosJuice
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-11-03Avoid UB when reading Wii volume namesJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-08-02DiscIO: Add a Volume::ReadSwappedAndShifted functionJosJuice
2017-08-01Blob: Add interface for reading decrypted Wii data directlyJosJuice
2017-08-01Merge pull request #5683 from JosJuice/volume-wii-deferLeo Lam
2017-07-16Ensure that Volume::GetRegion doesn't return invalid enum valuesJosJuice
2017-07-04VolumeWii: Defer loading tickets, TMDs and keys until when neededJosJuice
2017-07-04VolumeWii: Change the format of partition mapsJosJuice
2017-06-28FilesystemPanel: Put partitions in separate folders when extracting all parti...JosJuice
2017-06-28DiscIO: Move parts of Filesystem to the new file DiscExtractorJosJuice
2017-06-27IOS: Use a std::array for the title key instead of vectorLéo Lam
2017-06-14Filesystem: Replace GetFileList()JosJuice
2017-06-13Filesystem: Use file info in arguments instead of pathJosJuice
2017-06-09VolumeWii: Don't set m_game_partition until we know partition is validJosJuice
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice