aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Collapse)Author
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice10
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2023-08-28vfs: ensure key area keys are validatedLiam
2023-08-26registered_cache: create fake CNMT entries for program updates of ↵liamwhite
multiprogram applications (#11319)
2023-08-21Merge pull request #11309 from liamwhite/full-xciliamwhite
file_sys/card_image: support dumps with prepended key area
2023-08-21patch_manager: apply manual HTML patches when presentLiam
2023-08-17file_sys/card_image: support dumps with prepended key areaLiam
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15fssystem: reduce overalignment of unbuffered storage operationsLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08core: remove ResultVal typeLiam
2023-07-21configure_system: Implement with for looplat9nq
2023-07-12file_sys/content_archive: Detect compressed NCAs (#11047)Tobias
2023-07-06vfs_real: use open file size for getting size (#11016)liamwhite
2023-06-27fsmitm_romfsbuild: avoid full path lookupsLiam
2023-06-23vfs_real: lock concurrent accessesLiam
2023-06-22Merge pull request #10806 from liamwhite/worst-fs-implementation-everbunnei
vfs_real: misc optimizations
2023-06-19vfs_concat: verify short readLiam
2023-06-18vfs_concat: fix offset calculation when not aligned to file boundaryLiam
2023-06-16vfs_real: ensure size cache is reset on writeLiam
2023-06-16patch_manager: remove unnecessary GetSize callsLiam
2023-06-16vfs_real: misc optimizationsLiam
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-14Merge pull request #10729 from liamwhite/windows-is-a-memebunnei
vfs_real: add file LRU cache for open file limits
2023-06-13vfs_real: require file existence on openLiam
2023-06-13vfs_real: add simplified open file cacheLiam
2023-06-13Merge pull request #10603 from lat9nq/tz-more-completebunnei
core,common: Implement missing time zone data/computations
2023-06-13vfs_real: lazily open filesLiam
2023-06-13vfs_real: add file LRU cache for open file limitsLiam
2023-06-11android: Add update supportNarr the Reg
2023-06-07Merge pull request #10591 from keve1227/localized-game-iconsliamwhite
Localize game icons
2023-06-05time_zone_binary: Add zoneinfo datalat9nq
Adds the basic time zone data for the system archive. time_zone_binary: Implement full system archive time_zone_binary: Remove unneeded template tz_binary: Make GenerateFiles static
2023-06-03Fix typoKevin Sundqvist Norlén
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2023-06-03Update Chinese NX language namesKeve1227
... as per the TLoZ: TotK icon files. Would this conflict with older games?
2023-06-03Pick game icon based on the configured system languageKeve1227
2023-06-03romfs: use vfs_cached for romfs outputLiam
2023-06-03vfs: add vfs_cached for romfs buildLiam
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-11fs: adjust future save pathLiam
2023-05-07vfs_layered: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam
2023-03-12general: fix spelling mistakesLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
general: rename CurrentProcess to ApplicationProcess
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-01vfs: Replace cstr concat with char concatMerry
2022-11-22general: fix compile for Apple ClangLiam
2022-10-27Merge pull request #9115 from vonchenplus/game_name_by_languagebunnei
file_sys: Priority display of game titles in the current language
2022-10-24file_sys: Priority display of game titles in the current languageFengChen