summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-24fs: add stubs for online web appletLiam
2024-02-23Merge pull request #13141 from liamwhite/swapliamwhite
2024-02-23fs: fix argument orderLiam
2024-02-23fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam
2024-02-23Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite
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
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
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 OpenSa...german77
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi
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
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
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite