summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeGC.cpp
AgeCommit message (Expand)Author
2026-02-15Triforce: Code cleanups.Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-01-25Remove unused importsMartino Fontana
2025-04-21Implement Triforce ID parsingZopolis4
2025-04-21Add Triforce platform and preliminary boot.id parsingZopolis4
2025-04-19DiscIO: Use `= default` to define a trivial destructorDr. Dystopia
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2022-03-15DiscIO: Don't return GameTDB ID for any Datel discJosJuice
2022-03-12DiscIO: Treat game ID DTLX01 as a Datel discJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-09DiscIO: Move some code from DiscExtractor to new file DiscUtilsJosJuice
2020-10-22DiscIO: Migrate logging over to fmtLioncash
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-07Show an OSD message when running a disc image with a large block sizeJosJuice
2019-10-30Return nothing from VolumeWii::GetGameTDBID if DatelJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-03-30DiscIO: Make Korean GC checks in Enums.cpp less fragileJosJuice
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-30VolumeGC/VolumeWii: Dehardcode sizes where applicableLioncash
2018-05-30Volume/VolumeGC/VolumeWii: Amend variable namingLioncash
2018-05-27ColorUtil: Amend function name casingLioncash
2018-05-27ColorUtil: Namespace code under the Common namespaceLioncash
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-19VolumeGC: Correct printf specifier in LoadBannerFile()Lioncash
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-07-16Ensure that Volume::GetRegion doesn't return invalid enum valuesJosJuice
2017-07-16Detect Korean GC releases as Korean when possibleJosJuice
2017-07-16Detect GC region based on the actual region valueJosJuice
2017-06-28DiscIO: Move parts of Filesystem to the new file DiscExtractorJosJuice
2017-06-14Filesystem: Replace GetFileList()JosJuice
2017-06-13Filesystem: Use file info in arguments instead of pathJosJuice
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-16Check file system validity before reading opening.bnrJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-03-25DiscIO: make sure to initialize out args to ReadSwappedMichael Maltese
2017-03-13FileMonitor redesignJosJuice