aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs_factory.cpp
AgeCommit message (Expand)Author
2023-12-01file_sys: handle null romfsLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08core: remove ResultVal typeLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash
2019-11-12file_sys: Resolve sign conversion warningsLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-05patch_manager: Add support for packed updatesZach Hilman
2018-09-30romfs_factory: Read from all locations with StorageId NoneZach Hilman
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20romfs_factory: Remove unnecessary includes and use forward declarations where...Lioncash
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-01-21file_sys: Clang format fixes.bunnei
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei