summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address review comments and fix compilation problemsFearlessTobi2024-01-251-0/+1
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-11/+4
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-30/+29
* fs: implement OpenDirectoryModeLiam2023-12-181-0/+7
* vfs: expand support for NCA readingLiam2023-08-151-0/+3
* core: remove ResultVal typeLiam2023-08-081-19/+24
* service: refactor server architectureLiam2023-02-211-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-13/+13
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawMorph2021-09-141-0/+6
* core: Support LayeredFS mod from SDMC directorylat9nq2021-06-281-0/+1
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe2021-06-031-0/+2
* fsp_srv: Implement OpenDataStorageWithProgramIndexMorph2020-12-081-0/+4
* fs: Rename SaveDataDescriptor to SaveDataAttributeMorph2020-07-301-3/+3
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-1/+7
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-011-0/+2
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-1/+1
* filesystem: Add const qualification to various accessorsZach Hilman2019-09-211-32/+36
* filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman2019-09-211-6/+0
* filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman2019-09-211-26/+82
* fsp-srv: Implement OutputAccessLogToSdCardZach Hilman2019-06-291-1/+1
* Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-2/+0
|\
| * core: Port current uses of RegisteredCache to ContentProviderZach Hilman2019-03-271-2/+0
* | service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash2019-04-051-1/+1
|/
* filesystem: Populate save data sizes from control dataZach Hilman2018-12-271-0/+6
* Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-031-2/+1
|\
| * filesystem: De-globalize registered_cache_unionLioncash2018-12-021-2/+1
* | service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash2018-12-011-0/+12
|/
* filesystem: Clear registered union paths on factory creationZach Hilman2018-11-191-0/+1
* Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei2018-11-161-1/+1
|\
| * filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman2018-11-021-1/+1
* | Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-151-0/+1
|\ \
| * | bis_factory: Add getter for mod dump root for a title IDZach Hilman2018-10-291-0/+1
| |/
* / savedata_factory: Expose accessors for SaveDataSpaceZach Hilman2018-10-291-0/+1
|/
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-4/+4
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-2/+2
* romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-0/+1
* filesystem: Add LayeredFS VFS directory getterZach Hilman2018-09-221-0/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* registration: Add RegisteredCacheUnionZach Hilman2018-09-041-0/+3
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* 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