summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filesystem: Add CreateFactories methods to fsZach Hilman2018-08-231-1/+5
| | | | Allows frontend to create registration caches for use before a game has booted.
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-211-1/+1
| | | | | Avoids the need to rebuild these source files if the mode header changes.
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-4/+14
| | | | | | | | Avoids the need to rebuild multiple source files if the filesystem code headers change. This also gets rid of a few instances of indirect inclusions being relied upon
* 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
| | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-31/+17
|
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-130/+3
| | | | This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2.
* Virtual Filesystem (#597)Zach Hilman2018-07-061-3/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename
* 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