summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWad.cpp
AgeCommit message (Expand)Author
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
2015-04-23Return GetNames languages, to avoid hardcoded language lists in callersJosJuice
2015-02-28VolumeWad: change titlever to title_versionStevoisiak
2015-02-28General FormattingStevoisiak
2015-02-26De-capitalized CountryCodeStevoisiak
2015-02-26VolumeWad: Move country identification to GetCountry()Stevoisiak
2015-02-26VolumeWad: Private variables for offset valuesStevoisiak
2015-02-05VolumeWad: Return version number for WADsStevoisiak
2015-01-17Don't read from disk when checking volume typeJosJuice
2014-12-28DiscIO: Replace "raw" functions with "decrypt" parametersJosJuice
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
2014-08-31DiscIO: Move some raw pointers over to unique_ptrLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon