summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWad.h
AgeCommit message (Expand)Author
2025-04-19DiscIO: Make classes finalDr. Dystopia
2024-05-26DiscIO: drop unused Volume::CheckContentIntegrity() overloadTillmann Karras
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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-25DiscIO: Deduplicate some VolumeGC/VolumeWii codeJosJuice
2020-06-07Show an OSD message when running a disc image with a large block sizeJosJuice
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-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-05-20Reimplement custom PNG banners in game listJosJuice
2018-03-31DiscIO: Don't use all uppercase for enum valuesJosJuice
2017-10-24Remove NANDContentManagerLéo Lam
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-07-16Add warning comments to RegionSwitch and code that uses itJosJuice
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-06-04Don't show FST size in game propertiesJosJuice
2017-06-03DiscIO: Use std::optional for GetTitleID instead of pointerLéo Lam
2017-05-20VolumeWiiCrypted: Cache TMDs and ticketsJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-02-26Use ESFormats for TMDsLéo Lam
2017-01-23VolumeWad: Implement GetTMD()Léo Lam
2017-01-23VolumeWad: Add missing forward declarationLéo Lam
2017-01-23VolumeWad: Clean up variable namingLéo Lam
2017-01-23VolumeWad: In-class initialise member variablesLéo Lam
2017-01-02DiscIO: Add GetRegion function and Region enumJosJuice
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-07-13Move DiscIO enums to a new fileJosJuice
2016-06-25Undo some comment formatting changes from b5104a7JosJuice
2016-06-26GCVolume: supports reading all opening.bnr informationRukai
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-03Don't read from volume when reloading Wii bannersJosJuice
2015-09-27DiscIO: Add a way to get blob typeJosJuice
2015-09-26Display all compressed formats in blue in GUIJosJuice
2015-09-22DiscIO: Do swapping in GetTitleID implementationsLioncash
2015-09-12Merge pull request #2829 from JosJuice/fix-wii-fst-size-2Lioncash
2015-08-31VolumeCreator: Use a unique_ptr in CreateVolumeFromFilenameLioncash
2015-08-10Fix reading Wii FST size (for real this time)JosJuice
2015-06-08Volume: Add prefer_long parameter to GetNamesJosJuice
2015-06-04Volume: Return volume type as an enumJosJuice