summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1358 from DarkLordZach/temp-storageGravatar bunnei2018-09-201-4/+7
|\
| * savedata_factory: Add TemporaryStorage SaveDataTypeGravatar Zach Hilman2018-09-191-4/+7
* | Merge pull request #1363 from lioncash/controlGravatar bunnei2018-09-202-14/+17
|\ \
| * | control_metadata: Remove unnecessary else within GetLanguageEntry()Gravatar Lioncash2018-09-191-8/+8
| * | control_metadata: Move language name array definition to the cpp fileGravatar Lioncash2018-09-192-6/+9
* | | xts_archive: Remove unused variables from CalculateHMAC256()Gravatar Lioncash2018-09-191-3/+0
* | | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrGravatar Lioncash2018-09-192-3/+3
* | | xts_archive: Ensure NAX's type member is always initializedGravatar Lioncash2018-09-191-1/+1
* | | xts_archive: Amend initializer order of NAX's constructorGravatar Lioncash2018-09-191-2/+2
|/ /
* / Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-1521-128/+130
|/
* file_sys/nca_patch: Amend constructor initializer list orderGravatar Lioncash2018-09-061-2/+2
* file_sys/nca_patch: Remove unnecessary includesGravatar Lioncash2018-09-062-2/+9
* file_sys/patch_manager: Add missing includesGravatar Lioncash2018-09-062-0/+5
* Merge pull request #1242 from lioncash/file-sysGravatar bunnei2018-09-052-8/+17
|\
| * file_sys/submission_package: Correct constructor initialization list orderGravatar Lioncash2018-09-051-2/+2
| * file_sys/submission_package: Replace includes with forward declarations where...Gravatar Lioncash2018-09-052-6/+15
* | bktr: Fix bucket overlap errorGravatar Zach Hilman2018-09-045-6/+6
* | patch_manager: Centralize Control-type NCA parsingGravatar Zach Hilman2018-09-042-22/+66
* | nsp: Fix error masking issue with XCI filesGravatar Zach Hilman2018-09-043-6/+13
* | game_list: Fix version display on non-NAND titlesGravatar Zach Hilman2018-09-042-7/+23
* | bktr: Add logging on successful patchGravatar Zach Hilman2018-09-043-7/+24
* | bktr: Implement IVFC offset shiftingGravatar Zach Hilman2018-09-045-8/+20
* | bktr: Fix missing includes and optimize styleGravatar Zach Hilman2018-09-046-96/+102
* | patch_manager: Add usages of patches to ExeFSGravatar Zach Hilman2018-09-042-1/+11
* | file_sys: Add class to manage game patchesGravatar Zach Hilman2018-09-042-0/+132
* | file_sys: Add BKTR patching mechanismGravatar Zach Hilman2018-09-042-0/+352
* | content_archive: Add BKTR header parsing to NCAGravatar Zach Hilman2018-09-042-19/+160
* | registration: Add RegisteredCacheUnionGravatar Zach Hilman2018-09-042-0/+154
|/
* main: Only show DRD deprecation warning onceGravatar Zach Hilman2018-09-045-2/+5
* control_metadata: Use alternate language names if AmericanEnglish isn't avail...Gravatar Zach Hilman2018-09-042-4/+17
* card_image: Add program title ID getterGravatar Zach Hilman2018-09-042-0/+6
* nsp: Comply with style and performance guidelinesGravatar Zach Hilman2018-09-044-25/+37
* registration: Add support for installing NSP filesGravatar Zach Hilman2018-09-042-10/+16
* card_image: Parse XCI secure partition with NSPGravatar Zach Hilman2018-09-042-7/+33
* file_sys: Add Nintendo Submission Package (NSP)Gravatar Zach Hilman2018-09-042-0/+296
* file_sys: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-0317-21/+51
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-024-7/+22
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-312-0/+2
* Merge pull request #1188 from lioncash/unusedGravatar bunnei2018-08-271-1/+0
|\
| * vfs_real: Remove unused variable in CreateDirectoryRelative()Gravatar Lioncash2018-08-271-1/+0
* | registered_cache: Get rid of variable shadowing in ProcessFiles()Gravatar Lioncash2018-08-271-3/+3
|/
* file_sys/crypto: Fix missing/unnecessary includesGravatar Zach Hilman2018-08-244-0/+6
* xci: Ignore NCA files with updates in secureGravatar Zach Hilman2018-08-231-0/+3
* content_archive: Add update title detectionGravatar Zach Hilman2018-08-232-0/+11
* key_manager: Create keys dir if it dosen't existGravatar Zach Hilman2018-08-231-0/+1
* file_sys: Cut down on includes and copiesGravatar Zach Hilman2018-08-233-0/+6
* crypto: Eliminate magic constantsGravatar Zach Hilman2018-08-232-16/+19
* file_sys: Implement NAX containersGravatar Zach Hilman2018-08-232-0/+232
* registration: Add GetEntryUnparsed methodsGravatar Zach Hilman2018-08-232-0/+15
* sdmc_factory: Add SDMC RegisteredCache getterGravatar Zach Hilman2018-08-232-1/+14