summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp/fsp_srv.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-25fs: add stubs for online web appletLiam1-1/+15
2024-02-23fs: fix argument orderLiam1-1/+1
2024-02-23fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam1-0/+6
2024-02-19Address review commentsFearlessTobi1-12/+1
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi1-3/+4
2024-02-19fsp-srv: Migrate to use cmif serializationFearlessTobi1-24/+58
2024-02-18fsp: Add FlushAccessLogOnSdCard stubLeystryku1-0/+1
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi1-0/+0
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam1-0/+6
2023-09-24service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman771-0/+2
2023-05-11fs: stub cache storage and fix params alignmentLiam1-0/+1
2023-03-01service: move hle_ipc from kernelLiam1-20/+20
2022-10-08fsp_srv: stub GetCacheStorageSizeLiam1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-16fsp_srv: Fix filesystem access loggingMorph1-7/+5
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe1-0/+1
2021-04-07fsp-srv: Update to 12.xMorph1-1/+1
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph1-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+1
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-2/+5
2020-07-30fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph1-2/+4
2020-05-11service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei1-0/+1
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+1
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-1/+3
2019-06-29fsp-srv: Implement GetAccessLogVersionInfoZach Hilman1-1/+3
2019-06-29fsp-srv: Implement OutputAccessLogToSdCardZach Hilman1-1/+23
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash1-0/+1
2019-01-30service/fsp-srv: Update function tablesLioncash1-5/+5
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman1-0/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-09-01filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman1-0/+1
2018-09-01filesystem: Add OpenFileSystemWithPatchZach Hilman1-0/+1
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-0/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+1
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-2/+0
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-1/+1
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-07Fix spelling of InitializeJames Rowe1-1/+1
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv1-0/+1
2018-03-02FS: Implement MountSaveData and some of the IFile interface.Subv1-0/+1
2018-02-10fsp_srv: Stub MountSdCard.bunnei1-0/+1
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei1-2/+11
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec1-0/+25