summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
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
2017-02-15Merge pull request #4883 from JosJuice/dvd-timing-address-translation-2JosJuice
2017-02-12DVDInterface: Translate Wii partition offsets for timing purposesJosJuice
2017-02-11VolumeWiiCrypted: Use constant naming style for constantsJosJuice
2017-02-10Get rid of a singleton for NAND shared contentsLéo Lam
2017-02-10Always use configured root when installing WADLéo Lam
2017-02-05Core: Convert State enum into an enum classLioncash
2017-01-27Merge pull request #4746 from JosJuice/volumedirectory-sort-case-insensitiveMatthew Parlane
2017-01-25VolumeDirectory: Use case-insensitive comparison when sortingJosJuice
2017-01-23DiscIO: Fix out-of-bounds access in NANDContentDataBufferLéo Lam
2017-01-23VolumeWad: Implement GetTMD()Léo Lam
2017-01-23VolumeWad: Remove useless else after returnLéo Lam
2017-01-23VolumeWad: Add missing forward declarationLéo Lam
2017-01-23VolumeWad: Clean up variable namingLéo Lam
2017-01-23VolumeWad: In-class initialise member variablesLéo Lam
2017-01-22Merge pull request #4714 from JosJuice/wbfs-file-entryMarkus Wick
2017-01-22Fix -Wshadow warning for file_entryJosJuice
2017-01-21CompressFileToBlob: add an explicit seek to make sure we're at the startBhaaL
2017-01-21DecompressFileToBlob: don't assume success if decompression failedBhaaL
2017-01-21IsGCZBlob: try to leave the file position where it was beforeBhaaL
2017-01-14DiscIO: Export GetKeyFromTicketPierre Bourdon
2017-01-14DiscIO: Implement functions to lookup ticketsPierre Bourdon
2017-01-14IOS/ES: Implement ES_AddTicket.Pierre Bourdon