summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-251-0/+1
* fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-251-11/+4
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-1/+1
* fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-111-30/+29
* fs: implement OpenDirectoryModeGravatar Liam2023-12-181-0/+7
* vfs: expand support for NCA readingGravatar Liam2023-08-151-0/+3
* core: remove ResultVal typeGravatar Liam2023-08-081-19/+24
* service: refactor server architectureGravatar Liam2023-02-211-1/+1
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-13/+13
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-141-0/+6
* core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-281-0/+1
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-021-0/+2
* fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-081-0/+4
* fs: Rename SaveDataDescriptor to SaveDataAttributeGravatar Morph2020-07-301-3/+3
* hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-1/+7
* bcat: Add FSC accessors for BCAT dataGravatar Zach Hilman2019-10-011-0/+2
* configure_debug: Move reporting option to loggingGravatar Zach Hilman2019-09-211-1/+1
* filesystem: Add const qualification to various accessorsGravatar Zach Hilman2019-09-211-32/+36
* filesystem: Pass Size Getter functions to IFileSystem for sizesGravatar Zach Hilman2019-09-211-6/+0
* filesystem: Add FileSystemController to deglobalize FS servicesGravatar Zach Hilman2019-09-211-26/+82
* fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-281-1/+1
* Merge pull request #1957 from DarkLordZach/title-providerGravatar bunnei2019-04-091-2/+0
|\
| * core: Port current uses of RegisteredCache to ContentProviderGravatar Zach Hilman2019-03-261-2/+0
* | service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Gravatar Lioncash2019-04-051-1/+1
|/
* filesystem: Populate save data sizes from control dataGravatar Zach Hilman2018-12-271-0/+6
* Merge pull request #1835 from lioncash/cache-globalGravatar bunnei2018-12-031-2/+1
|\
| * filesystem: De-globalize registered_cache_unionGravatar Lioncash2018-12-011-2/+1
* | service/fsp_srv: Implement CleanDirectoryRecursivelyGravatar Lioncash2018-11-301-0/+12
|/
* filesystem: Clear registered union paths on factory creationGravatar Zach Hilman2018-11-181-0/+1
* Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsGravatar bunnei2018-11-161-1/+1
|\
| * filesystem: Cache RegisteredCacheUnion instead of constructing on demandGravatar Zach Hilman2018-11-011-1/+1
* | Merge pull request #1618 from DarkLordZach/dump-nsoGravatar bunnei2018-11-151-0/+1
|\ \
| * | bis_factory: Add getter for mod dump root for a title IDGravatar Zach Hilman2018-10-291-0/+1
| |/
* / savedata_factory: Expose accessors for SaveDataSpaceGravatar Zach Hilman2018-10-291-0/+1
|/
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Gravatar Lioncash2018-10-161-4/+4
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Gravatar Lioncash2018-10-131-2/+2
* romfs_factory: Extract packed update setter to new functionGravatar Zach Hilman2018-10-051-0/+1
* filesystem: Add LayeredFS VFS directory getterGravatar Zach Hilman2018-09-211-0/+2
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+1
* registration: Add RegisteredCacheUnionGravatar Zach Hilman2018-09-041-0/+3
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-0/+1
* filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2018-08-231-1/+5
* vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-211-1/+1
* service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-201-4/+14
* filesystem: Add support for loading of system archivesGravatar Zach Hilman2018-08-181-1/+3
* filesystem: Add Open and Register functions for BISFactoryGravatar Zach Hilman2018-08-111-4/+4
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-9/+101
* General Filesystem and Save Data Fixes (#670)Gravatar Zach Hilman2018-07-171-31/+17