summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* general: Remove MakeResult helpersMorph2021-11-021-6/+4
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-3/+3
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-2/+2
* fsp_srv: Implement OpenDataStorageWithProgramIndexMorph2020-12-081-0/+22
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-2/+4
* file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash2020-09-171-25/+25
* file_sys: Resolve sign conversion warningsLioncash2019-11-121-2/+2
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-2/+2
* filesystem: Add const qualification to various accessorsZach Hilman2019-09-211-2/+3
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-3/+8
* core: Port current uses of RegisteredCache to ContentProviderZach Hilman2019-03-271-1/+1
* filesystem: De-globalize registered_cache_unionLioncash2018-12-021-1/+1
* romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-1/+4
* patch_manager: Add support for packed updatesZach Hilman2018-10-051-1/+3
* romfs_factory: Read from all locations with StorageId NoneZach Hilman2018-10-011-26/+25
* kernel/process: Make data member variables privateLioncash2018-09-301-1/+1
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-0/+1
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-2/+3
* patch_manager: Add usages of patches to ExeFSZach Hilman2018-09-041-1/+10
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-3/+2
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+1
* romfs_factory: Remove unnecessary includes and use forward declarations where applicableLioncash2018-08-211-2/+4
* registration: Add Data_Unknown5 NCAContentTypeZach Hilman2018-08-201-1/+1
* filesystem: Add support for loading of system archivesZach Hilman2018-08-191-2/+36
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-5/+3
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-14/+3
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-0/+38
* Virtual Filesystem (#597)Zach Hilman2018-07-061-38/+0
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-3/+3
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-1/+1
* file_sys: Clang format fixes.bunnei2018-01-211-2/+1
* file_sys: Cleanup to better match Switch file system constructs.bunnei2018-01-211-0/+39