summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-10-12Merge pull request #3929 from FearlessTobi/ticket-keysbunnei
2020-09-24submission_package: Fix updates integrated into cartridge images.Morph
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-22ips_layer: Eliminate a redundant copy in Parse()Lioncash
2020-09-21Merge pull request #4675 from Morph1984/fix-boot-multicontentbunnei
2020-09-17submission_package: Account for multi-content NSPsMorph
2020-09-17control_metadata: Resolve typo in Portuguese language nameLioncash
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash
2020-09-16file_sys/bis_factory: Eliminate usage of the global system accessorLioncash
2020-09-16Merge pull request #4658 from lioncash/copy3Rodrigo Locatti
2020-09-15nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()Lioncash
2020-09-15nca_patch: Make SearchBucketEntry() internally linkedLioncash
2020-09-15cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash
2020-09-14patch_manager: Resolve implicit truncations in FormatTitleVersion()Lioncash
2020-09-14patch_manager: Make use of type aliasesLioncash
2020-09-14patch_manager: Make a few functions internally linkedLioncash
2020-09-03file_sys/patch_manager: Add missing includeReinUsesLisp
2020-09-02Merge pull request #4564 from lioncash/file-includebunnei
2020-08-25Merge pull request #4563 from lioncash/rcachebunnei
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-08-23registered_cache: Make use of ends_with for string suffix checkingLioncash
2020-08-23registered_cache: Make use of designated initializersLioncash
2020-08-18vfs_real: Resolve sign conversion warningsLioncash
2020-08-18vfs_real: Avoid redundant map lookupsLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-09Merge pull request #4488 from lioncash/filebunnei
2020-08-05Merge pull request #4484 from lioncash/aesutilbunnei
2020-08-05vfs_vector: Make creation of array vfs files less verboseLioncash
2020-08-04Merge pull request #4476 from lioncash/tzbunnei
2020-08-04Merge pull request #4470 from lioncash/qualifierDavid
2020-08-03Merge pull request #4456 from Morph1984/stub-really-long-fs-funcbunnei
2020-08-03aes_util: Allow SetIV to be non-allocatingLioncash
2020-08-03Merge pull request #4468 from lioncash/regcachebunnei
2020-08-03Merge pull request #4467 from lioncash/modebunnei
2020-08-03time_zone_binary: Make use of designated initializersLioncash
2020-08-03file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash
2020-08-03patch_manager: Resolve -Wignored-qualifier warningsLioncash
2020-08-03registered_cache: Resolve -Wmaybe_uninitialized warningsLioncash
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph
2020-07-29xts_archive: Check if the file is nullptr prior to parsingMorph
2020-07-29registered_cache: Add support for removing folder ncasMorph
2020-07-18file_sys/nsp: Make SetTicketKeys actually do somethingFearlessTobi
2020-07-17Merge pull request #4309 from Morph1984/fix-romfs-bugbunnei
2020-07-16Check for empty section0 and CNMT prior to installMorph
2020-07-15clang formatMorph
2020-07-15Use proper install result when overwriting filesMorph
2020-07-15Remove global system instance and address feedbackMorph
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph