aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-21romfs: Implement CreateRomFSZach Hilman
2018-09-21file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman
2018-09-21bis_factory: Add mod directory VFS getterZach Hilman
2018-09-21patch_manager: Add LayeredFS mods supportZach Hilman
2018-09-21vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman
2018-09-21vfs_layered: Add LayeredVfsDirectoryZach Hilman
2018-09-21vfs_vector: Add VectorVfsFileZach Hilman
2018-09-21vfs_static: Add StaticVfsFileZach Hilman
2018-09-21vfs: Add and rewite VfsRawCopy functionsZach Hilman
2018-09-21vfs: Add GetEntries methodZach Hilman
2018-09-20Merge pull request #1364 from lioncash/contentbunnei
2018-09-20Merge pull request #1358 from DarkLordZach/temp-storagebunnei
2018-09-20Merge pull request #1363 from lioncash/controlbunnei
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-19control_metadata: Remove unnecessary else within GetLanguageEntry()Lioncash
2018-09-19control_metadata: Move language name array definition to the cpp fileLioncash
2018-09-19xts_archive: Remove unused variables from CalculateHMAC256()Lioncash
2018-09-19xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash
2018-09-19xts_archive: Ensure NAX's type member is always initializedLioncash
2018-09-19xts_archive: Amend initializer order of NAX's constructorLioncash
2018-09-19savedata_factory: Add TemporaryStorage SaveDataTypeZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-06file_sys/nca_patch: Amend constructor initializer list orderLioncash
2018-09-06file_sys/nca_patch: Remove unnecessary includesLioncash
2018-09-06file_sys/patch_manager: Add missing includesLioncash
2018-09-05Merge pull request #1242 from lioncash/file-sysbunnei
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash
2018-09-05file_sys/submission_package: Replace includes with forward declarations where...Lioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman
2018-09-04bktr: Add logging on successful patchZach Hilman
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-09-04file_sys: Add class to manage game patchesZach Hilman
2018-09-04file_sys: Add BKTR patching mechanismZach Hilman
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04control_metadata: Use alternate language names if AmericanEnglish isn't avail...Zach Hilman
2018-09-04card_image: Add program title ID getterZach Hilman
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman
2018-09-04registration: Add support for installing NSP filesZach Hilman
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman