aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.h
AgeCommit message (Expand)Author
2018-12-27filesystem: Populate save data sizes from control dataZach Hilman
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-18filesystem: Clear registered union paths on factory creationZach Hilman
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-01filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-09-21filesystem: Add LayeredFS VFS directory getterZach Hilman
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach 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-03-19FS: Added an SDMC archive factory and registered it to the SDMC archive on st...Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec