summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2021-01-23vfs_real: When moving files or directories, don't assume file opening will su...comex
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2021-01-09file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2020-12-18system_archive: Add + and - buttons to the Nintendo Extended OSS fontMorph
2020-12-17system_archive: Update Nintendo Extended OSS fontMorph
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-12Merge pull request #5183 from lioncash/alias2bunnei
2020-12-11Revert "Merge pull request #5176 from Morph1984/fix-createfile"Morph
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-12-09vfs_real: Fix CreateFile for files without a file extensionMorph
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05system_version: Update to 11.0.0Chloe Marcec
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
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