summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
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
2016-12-01Added support for Wii RVT-R disc images.David Korth
2016-10-31Merge pull request #4401 from JosJuice/rename-getuniqueidMarkus Wick
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-29Remove VolumeCreator logsJosJuice
2016-10-14NANDContentLoader: Add IOFile forward declarationLioncash
2016-10-03Merge pull request #3963 from JosJuice/banner-loaded-failureshuffle2
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-09-25WiiWad: Make WiiWAD constructor explicitLioncash
2016-09-25WiiWad: Move static implementation details to cpp fileLioncash
2016-09-18Filesystem: Return strings from GetFileName without the const qualifierLioncash
2016-09-14NANDContentLoader: Remove unnecessary trailing semicolonsLioncash
2016-09-14NANDContentLoader: Remove virtual specifier from CNANDContentLoader destructorLioncash