summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeGC.h
AgeCommit message (Expand)Author
2026-02-15Added Triforce supportcrediar
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-21Implement Triforce ID parsingZopolis4
2025-04-21Add Triforce platform and preliminary boot.id parsingZopolis4
2025-04-21Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexprTilka
2025-04-19DiscIO: Make variables constexprDr. Dystopia
2025-04-19DiscIO: Make classes finalDr. Dystopia
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-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-07-18DiscIO: Add functions CreateDisc and CreateWADJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
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-05-30Volume/VolumeGC/VolumeWii: Amend variable namingLioncash
2018-05-20Reimplement custom PNG banners in game listJosJuice
2017-10-24DiscIO: Remove comments that state obvious factsLéo Lam
2017-09-15VolumeGC: Add a default constructor for ConvertedGCBannerLéo Lam
2017-09-15DiscIO: Use Common::Lazy for loading GC bannersJosJuice
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-04Don't show FST size in game propertiesJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-02-19Forward declare IBlobReader in Volume headersJosJuice
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-26GCVolume: supports reading all opening.bnr informationRukai
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-29Merge pull request #3099 from lioncash/bannerflacs
2015-09-28VolumeGC: Get rid of banner pointer castsLioncash
2015-09-27DiscIO: Add a way to get blob typeJosJuice
2015-09-26Display all compressed formats in blue in GUIJosJuice
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-07-30Remove unnecessary virtual keywordsLioncash
2015-06-08Volume: Add prefer_long parameter to GetNamesJosJuice
2015-06-04Volume: Return volume type as an enumJosJuice
2015-05-29Volume: Use more appropriate types for some returned valuesJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-11Volume: Rename GetName to GetInternalNameJosJuice
2015-04-28Get rid of banner loaders and move their functionality to volumesJosJuice
2015-04-23Return GetNames languages, to avoid hardcoded language lists in callersJosJuice
2015-02-26Rearranged Volume header filesStevoisiak