summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
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
2017-01-13Merge pull request #4479 from GerbilSoft/feature/RVT-R.dev-keyMatthew Parlane
2017-01-13Merge pull request #4544 from JosJuice/region-enumMatthew Parlane
2017-01-11WbfsBlob: Don't wrap file_entry in std::unique_ptrJosJuice
2017-01-11WbfsBlob: Remove m_total_filesJosJuice
2017-01-11WbfsBlob: Only open each file onceJosJuice
2017-01-11Don't create new IOFiles when creating a blobJosJuice
2017-01-11Only open file once when detecting blob typeJosJuice
2017-01-04DiscScrubber: Don't take SFileInfo instances by valueLioncash
2017-01-04DiscScrubber: Use an unsigned loop index in ParseDiscLioncash
2017-01-04DiscScrubber: Correct printf specifiersLioncash
2017-01-04DiscScrubber: Convert a #define into a typed constantLioncash
2017-01-04DiscScrubber: Make struct and variable names conformant to the coding styleLioncash
2017-01-04DiscScrubber: Convert into a classLioncash
2017-01-02SConfig: Replace bNTSC with m_regionJosJuice
2017-01-02DiscIO: Add GetRegion function and Region enumJosJuice
2016-12-26VolumeDirectory: Modernize variable namesJosJuice
2016-12-26VolumeDirectory: Don't use references inappropriatelyJosJuice
2016-12-25Merge pull request #4558 from JosJuice/volumedirectory-fst-sortMat M
2016-12-25VolumeDirectory: Use a range-based for loop in ComputeNameSizeJosJuice
2016-12-25VolumeDirectory: Make m_totalNameSize a local variableJosJuice
2016-12-25VolumeDirectory: Sort the FSTJosJuice
2016-12-18Add TGC disc image compatibilityJosJuice
2016-12-06Common: Add alignment headerLéo Lam