summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWii.cpp
AgeCommit message (Expand)Author
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-08-04DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"JosJuice
2022-08-01Implement hw accelerated AESShawn Hoffman
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2021-09-19Core/DiscIO: Extract disc and partition constants to DiscUtils.h.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-22VolumeVerifier: Align partition reads to groupsJosJuice
2021-03-20Avoid using panic alerts in DiscIOJosJuice
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-09-06Merge pull request #8861 from JosJuice/netplay-hashJMC47
2020-08-29DiscIO: Add parameters to BlobReader::SupportsReadWiiDecryptedJosJuice
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-08-02Make netplay's "same game" check more robustJosJuice
2020-07-04DiscIO: Add Volume::IsDatelDiscJosJuice
2020-07-04Revert "Return nothing from VolumeWii::GetGameTDBID if Datel"JosJuice
2020-06-25DiscIO: Deduplicate some VolumeGC/VolumeWii codeJosJuice
2020-06-17WIA: Write hash exceptionsJosJuice
2020-06-17WIA: Decrypt Wii data when writingJosJuice
2020-06-17WIA: Make use of the exception listsJosJuice
2020-06-07Show an OSD message when running a disc image with a large block sizeJosJuice
2020-04-24DiscIO: Use a struct for Wii hashesJosJuice
2020-04-24DiscIO: Parallelize the re-encryption codeJosJuice
2020-04-24DiscIO: Implement re-encryption of Wii partition dataJosJuice
2020-04-24DiscIO: Use partition data offset for ReadWiiDecrypted parameterJosJuice
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