summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2019-01-20Merge pull request #2025 from DarkLordZach/loader-banner-logobunnei
2019-01-18file_sys/directory: Remove unused DirectoryBackend classLioncash
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman
2018-12-27file_sys/program_metadata: Print out more descriptive address space descriptionsLioncash
2018-12-27Merge pull request #1928 from lioncash/capsbunnei
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman
2018-12-27savedata_factory: Partially implement IVFC save sizes using filesZach Hilman
2018-12-27control_metadata: Update NACP fields with latest Switchbrew dataZach Hilman
2018-12-27control_metadata: Use value member instead of unique_ptr to store structZach Hilman
2018-12-27vfs: Add reinterpret_casts to WriteArray and ObjectZach Hilman
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-11patch_manager: Prevent use of a dangling pointer within PatchRomFSLioncash
2018-12-10Merge pull request #1846 from lioncash/dirbunnei
2018-12-10Merge pull request #1819 from DarkLordZach/disable-addonsbunnei
2018-12-10Merge pull request #1885 from lioncash/data_idbunnei
2018-12-07file_sys/save_data_factory: Update SaveDataSpaceId enumLioncash
2018-12-07savedata_factory: Add support for CacheStorageZach Hilman
2018-12-06savedata_factory: Delete TemporaryStorage on startupZach Hilman
2018-12-06system_archive: Implement open source NgWord2Zach Hilman
2018-12-05ng_word: Deduplicate use of a constant valueLioncash
2018-12-05system_archive: Use a regular function pointer instead of std::function for f...Lioncash
2018-12-04Merge pull request #1704 from DarkLordZach/oss-sysarchivebunnei
2018-12-04Merge pull request #1838 from lioncash/dedupbunnei
2018-12-03patch_manager: Obey disabled add-ons list when patching gameZach Hilman
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-02file_sys/directory: Amend path buffer size for directory entriesLioncash
2018-12-01file_sys/registered_cache: Eliminate variable shadowingLioncash
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-11-30file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Lioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-27Merge pull request #1814 from lioncash/ptrbunnei
2018-11-27file_sys/registered_cache: Remove unused <map> includeLioncash
2018-11-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
2018-11-27control_metadata: Correct typo in language name (Portugese -> Portuguese)Lioncash
2018-11-23Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei
2018-11-22file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman
2018-11-20patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman
2018-11-20file_sys/card_image: Provide named members for the GamecardInfo structLioncash
2018-11-20patch_manager: Apply LayeredExeFS patchesZach Hilman
2018-11-20settings: Add option to dump ExeFS of games upon launchZach Hilman
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-16file_sys/errors: Remove currently unused filesystem error codesLioncash
2018-11-16file_sys/errors: Get rid of the ErrCodes namespaceLioncash
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-11-15file_sys: Add framework for synthesizing open source archivesZach Hilman
2018-11-15vfs_vector: Add VFS backend for std::arrayZach Hilman
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-13Merge pull request #1608 from DarkLordZach/save-data-readerbunnei