summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.h
AgeCommit message (Expand)Author
2017-10-24Remove NANDContentManagerLéo Lam
2017-08-13Fix two small lint errorsMichael M
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-03IOS/ES: Move ImportTicket write functionLéo Lam
2017-06-03DiscIO: Fix the wrong NAND root being usedLéo Lam
2017-05-14Reuse the IOS code for WAD installationLéo Lam
2017-05-13IOS/ES: Implement DeleteTitleContent properlyLéo Lam
2017-03-26IOS/ES: Move shared content map, uid.sys codeLéo Lam
2017-03-19IOS: Add NandUtilsLé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-26Use ESFormats for TMDsLéo Lam
2017-02-26Move the ticket code to ESFormatsLéo Lam
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-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-02DiscIO: Add GetRegion function and Region enumJosJuice
2016-10-14NANDContentLoader: Add IOFile forward declarationLioncash
2016-09-14NANDContentLoader: Remove unnecessary trailing semicolonsLioncash
2016-09-14NANDContentLoader: Remove virtual specifier from CNANDContentLoader destructorLioncash
2016-09-14NANDContentLoader: Specify constructors as explicit where applicableLioncash
2016-09-14NANDContentLoader: Make CNANDContentData's Get function return by non-const v...Lioncash
2016-09-14DiscIO: Fix NAND Memory LeakEmptyChaos
2016-07-13Move DiscIO enums to a new fileJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-20properly open/close the file to avoid rapid open/close cyclesBhaaL
2016-03-20hide the distinction between WAD and File from ESBhaaL
2016-03-20fix some style inconsistencies that drove me nutsBhaaL
2015-12-19NANDContentLoader/WiiWAD: Get rid of raw delete and newLioncash
2015-10-16Mark which Wii root to use in the NAND path code.comex
2015-05-28Pass strings by const reference where possibleLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-09Don't construct NANDContentLoader classes before Main.cpp runsJosJuice
2014-09-11Remove some unnecessary semicolonsLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Cleanup enum indentations.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre