summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWad.cpp
AgeCommit message (Expand)Author
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
2017-01-23VolumeWad: Implement GetTMD()Léo Lam
2017-01-23VolumeWad: Remove useless else after returnLé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-12-06Common: Add alignment headerLéo Lam
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-10-03Merge pull request #3102 from rohit-n/build-pchLioncash
2015-09-28Fix building with PCH disabled.Rohit Nirmal
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-22DiscIO: Do swapping in GetTitleID implementationsLioncash
2015-08-31VolumeCreator: Use a unique_ptr in CreateVolumeFromFilenameLioncash
2015-06-18Volume: Use DecodeString moreJosJuice
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-03Read opening.bnr to get names from Wii discsJosJuice