summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_factory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman1-1/+1
2018-12-02filesystem: De-globalize registered_cache_unionLioncash1-1/+1
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-1/+4
2018-10-05patch_manager: Add support for packed updatesZach Hilman1-1/+3
2018-10-01romfs_factory: Read from all locations with StorageId NoneZach Hilman1-26/+25
2018-09-30kernel/process: Make data member variables privateLioncash1-1/+1
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-0/+1
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-2/+3
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman1-1/+10
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-3/+2
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-0/+1
2018-08-21romfs_factory: Remove unnecessary includes and use forward declarations where applicableLioncash1-2/+4
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman1-1/+1
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-2/+36
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-5/+3
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-14/+3
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-0/+38
2018-07-06Virtual Filesystem (#597)Zach Hilman1-38/+0
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-3/+3
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-1/+1
2018-01-21file_sys: Clang format fixes.bunnei1-2/+1
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei1-0/+39