summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* filesystem: Add CreateFactories methods to fsZach Hilman2018-08-231-1/+5
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-211-1/+1
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-4/+14
* filesystem: Add support for loading of system archivesZach Hilman2018-08-191-1/+3
* filesystem: Add Open and Register functions for BISFactoryZach Hilman2018-08-121-4/+4
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-9/+101
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-31/+17
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-130/+3
* Virtual Filesystem (#597)Zach Hilman2018-07-061-3/+130
* FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2018-03-201-0/+1
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-0/+7
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-021-0/+1
* fsp_srv: Various improvements to IStorage:Read implementation.bunnei2018-01-211-3/+12
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-211-0/+41