summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWad.cpp
AgeCommit message (Expand)Author
2026-02-24DiscIO: Only allow alphanumeric ASCII in game IDsJosJuice
2026-01-25Remove unused importsMartino Fontana
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-05-26DiscIO: drop unused Volume::CheckContentIntegrity() overloadTillmann Karras
2023-05-16StringUtil: Move IsPrintableCharacter() into Common namespaceLioncash
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-08-01Implement hw accelerated AESShawn Hoffman
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-08-02Make netplay's "same game" check more robustJosJuice
2020-07-29DolphinQt: Show a warning when launching an NKit disc imageJosJuice
2020-07-04DiscIO: Add Volume::IsDatelDiscJosJuice
2020-06-07Show an OSD message when running a disc image with a large block sizeJosJuice
2020-01-16StringUtil: Add IsPrintableCharacter and use itLéo Lam
2019-08-06VolumeVerifier: Don't read data multiple timesJosJuice
2019-07-21Re-implement FixCommonKeyIndex for WAD filesJosJuice
2019-07-18DiscIO: Merge WiiWAD into VolumeWADJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-04-09VolumeVerifier: Verify WAD contentsJosJuice
2019-03-30DiscIO: Make Korean GC checks in Enums.cpp less fragileJosJuice
2019-03-30Volume: Add a GetCertificateChain functionJosJuice
2019-03-30VolumeWad: Implement GetTicketJosJuice
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-28Accurate region detection for NAND titlesJosJuice
2018-10-12DiscIO: Rename RegionSwitch/CountrySwitchJosJuice
2018-10-08DiscIO: Move the Korean GC mess out of VolumeGCJosJuice
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-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-06-03DiscIO: Use std::optional for GetTitleID instead of pointerLéo Lam
2017-05-26Check TMD sizes using the actual constantLéo Lam
2017-05-20VolumeWiiCrypted: Cache TMDs and ticketsJosJuice
2017-05-19Replace some usages of IVolume::ReadSwapped with IBlobReader::ReadSwappedJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-03-20Merge pull request #5099 from JosJuice/wii-menu-stringsMatthew Parlane
2017-03-20Merge pull request #5093 from JosJuice/six-char-game-idsMatthew Parlane
2017-03-18Check whether WAD is a channel before reading namesLéo Lam
2017-03-18Return a more meaningful type from GetSysMenuRegionJosJuice
2017-03-16Use 6-char game IDs for NAND tiles (if they are printable)JosJuice
2017-03-13Remove Blob nullptr checks from Volume codeJosJuice
2017-03-09Volume: Use ReadSwapped moreJosJuice
2017-02-26Use ESFormats for TMDsLéo Lam