aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem
AgeCommit message (Collapse)Author
2024-02-24fs: add stubs for online web appletLiam
2024-02-23Merge pull request #13141 from liamwhite/swapliamwhite
fs: fix argument order
2024-02-23fs: fix argument orderLiam
2024-02-23fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam
2024-02-23Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite
fsp: Migrate remaining interfaces to cmif serialization
2024-02-19Address review comments pt. 2FearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Refactor to use cmif serializationFearlessTobi
2024-02-19fs: Add FileSystemAccessor classesFearlessTobi
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi
2024-02-19fsp: Migrate remaining interfaces to cmif serializationFearlessTobi
2024-02-19fsp-srv: Migrate to use cmif serializationFearlessTobi
2024-02-19fsp: Move IMultiCommitManager to a seperate fileFearlessTobi
2024-02-19fsp: Move ISaveDataInfoReader to a seperate fileFearlessTobi
2024-02-18service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsLeystryku
2024-02-18fsp: Add FlushAccessLogOnSdCard stubLeystryku
2024-02-02service: fs: Skip non user id foldersNarr the Reg
2024-01-29core: support offline web appletLiam
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25fs: Add path classFearlessTobi
2024-01-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi
fs: Move additional files to the fsp directory
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-12-18fs: implement OpenDirectoryModeLiam
2023-12-16Merge pull request #12290 from liamwhite/deferred-path-splitliamwhite
Improve path splitting speed
2023-12-09fs: don't enumerate hidden savedata size fileLiam
2023-12-05Improve path splitting speedBreadFish64
2023-10-01fsp-srv: enable auto save data creation on initLiam
2023-09-25fsp-srv: add GetFileSystemAttributeLiam
2023-09-23service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and ↵german77
OpenSaveDataFileSystemBySystemSaveDataId
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi
Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08fs: return result on null outputsLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08core: remove ResultVal typeLiam
2023-06-03fsp-srv: avoid patching romfs multiple timesLiam
2023-05-11fs: adjust future save pathLiam
2023-05-11fs: stub cache storage and fix params alignmentLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵liamwhite
ReadBuffer"
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25fsp_srv: Use ReadBufferSpanameerj