summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeGC.cpp
AgeCommit message (Expand)Author
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
2017-03-13Remove Blob nullptr checks from Volume codeJosJuice
2017-03-09Volume: Use ReadSwapped moreJosJuice
2017-01-02DiscIO: Add GetRegion function and Region enumJosJuice
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-03Merge pull request #3963 from JosJuice/banner-loaded-failureshuffle2
2016-07-13Move DiscIO enums to a new fileJosJuice
2016-06-28VolumeGC: Set m_banner_loaded when banner loading failsJosJuice
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-27Merge pull request #3092 from JosJuice/compressed-blobsflacs
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-26Display all compressed formats in blue in GUIJosJuice
2015-09-12Merge pull request #2829 from JosJuice/fix-wii-fst-size-2Lioncash
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05VolumeGC: Initialize a variableLioncash
2015-08-31VolumeCreator: Use a unique_ptr in CreateVolumeFromFilenameLioncash
2015-08-10Fix reading Wii FST size (for real this time)JosJuice
2015-06-18Volume: Use DecodeString moreJosJuice
2015-06-08Volume: Add prefer_long parameter to GetNamesJosJuice
2015-06-07Merge pull request #2512 from JosJuice/bnr-size-matchRyan Houdek