summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21service: refactor server architectureLiam1-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-13/+13
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-0/+6
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq1-0/+1
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe1-0/+2
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph1-0/+4
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph1-3/+3
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-1/+7
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman1-0/+2
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+1
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman1-32/+36
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman1-6/+0
2019-09-21filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman1-26/+82
2019-06-29fsp-srv: Implement OutputAccessLogToSdCardZach Hilman1-1/+1
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash1-1/+1
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman1-2/+0
2018-12-27filesystem: Populate save data sizes from control dataZach Hilman1-0/+6
2018-12-02filesystem: De-globalize registered_cache_unionLioncash1-2/+1
2018-12-01service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash1-0/+12
2018-11-19filesystem: Clear registered union paths on factory creationZach Hilman1-0/+1
2018-11-02filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman1-1/+1
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman1-0/+1
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman1-0/+1
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-4/+4
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash1-2/+2
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-0/+1
2018-09-22filesystem: Add LayeredFS VFS directory getterZach Hilman1-0/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-09-04registration: Add RegisteredCacheUnionZach Hilman1-0/+3
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-0/+1
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman1-1/+5
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-1/+1
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-4/+14
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-1/+3
2018-08-12filesystem: Add Open and Register functions for BISFactoryZach Hilman1-4/+4
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-9/+101
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-31/+17
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-130/+3
2018-07-06Virtual Filesystem (#597)Zach Hilman1-3/+130
2018-03-20FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv1-0/+1
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-0/+7
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-0/+1
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei1-3/+12
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec1-0/+41