summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2017-05-14Reuse the IOS code for WAD installationLéo Lam
2017-05-14DiscIO: Add GetContent() for reading content from WADsLéo Lam
2017-05-13IOS/ES: Implement DeleteTitleContent properlyLéo Lam
2017-05-06Don't duplicate code for getting paths based on title IDsJosJuice
2017-05-02NANDImporter: fix printf warningMichael Maltese
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
2017-04-29Merge pull request #5077 from ds84182/volume_directory_off_by_unoLéo Lam
2017-04-29Merge pull request #5335 from JosJuice/clinclude-tgcblobLéo Lam
2017-04-28Fix TGCBlob.h's listing in DiscIO.vcxproj.filtersJosJuice
2017-04-23IOS: Implement UID/GID changes for the PPCLéo Lam
2017-04-15VolumeDirectory: Pass address shift to WriteEntryData as argumentDwayne Slater
2017-04-15VolumeDirectory: Correctly check name_offset alignment in assertDwayne Slater
2017-04-15VolumeDirectory: Align the name table size up properlyDwayne Slater
2017-04-15VolumeDirectory: Shift parent_entry_index by m_address_shiftDwayne Slater
2017-04-15VolumeDirectory: Compare case-insensitive file names as uppercase, not lowercaseDwayne Slater
2017-04-15VolumeDirectory: Fix off-by-one in entry count calculationDwayne Slater
2017-04-09Add BootMii NAND import functionalityStarsam80
2017-03-31Merge pull request #5152 from ligfx/disciomaybeuninitializedMat M
2017-03-26IOS/ES: Move shared content map, uid.sys codeLéo Lam
2017-03-25DiscIO: make sure to initialize out args to ReadSwappedMichael Maltese
2017-03-24Clarify the log message for unknown Wii Menu regionsJosJuice
2017-03-23DiscIO: add empty UNKNOWN_REGION case (fixes warning)Michael Maltese
2017-03-20Merge pull request #4901 from JosJuice/filemonitor-redesignAnthony
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-19IOS: Add NandUtilsLéo Lam
2017-03-18Merge pull request #5102 from leoetlino/channel-title-typeAnthony
2017-03-18Check whether WAD is a channel before reading namesLéo Lam
2017-03-18Return a more meaningful type from GetSysMenuRegionJosJuice
2017-03-18Fix GetSysMenuRegion's handling of Wii Menu 1.0JosJuice
2017-03-18Display nicer version strings for the Wii MenuJosJuice
2017-03-16Use 6-char game IDs for NAND tiles (if they are printable)JosJuice
2017-03-16Simplify GetSysMenuRegionJosJuice
2017-03-13FileMonitor redesignJosJuice
2017-03-13Remove Blob nullptr checks from Volume codeJosJuice
2017-03-09Volume: Use ReadSwapped moreJosJuice
2017-03-09Get the right game ID for SSBB's Masterpiece partitionsJosJuice
2017-03-05Merge pull request #5007 from lioncash/swapMat M
2017-03-04IOS/ES: Implement ES_GetOwnedTitlesLéo Lam
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-03-02IOS/ES: Keep track of the active title properlyLéo Lam
2017-03-02Merge pull request #4984 from leoetlino/content-fixesMat M
2017-03-01CMakeLists: Normalize whitespaceLioncash
2017-03-01Add ES::Content::IsShared to avoid hardcoding 0x8000Léo Lam
2017-02-27IOS/ES: Implement ES_Export* ioctlvsLéo Lam
2017-02-26ES: Make sure the TMD and ticket are valid before useLéo Lam
2017-02-26Move AES code to Common/CryptoLéo Lam
2017-02-26Use ESFormats for TMDsLéo Lam
2017-02-26Move the ticket code to ESFormatsLéo Lam
2017-02-19Forward declare IBlobReader in Volume headersJosJuice