summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-23fs: fix argument orderLiam2-2/+2
2024-02-23fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam4-2/+53
2024-02-19Address review comments pt. 2FearlessTobi2-28/+4
2024-02-19Address review commentsFearlessTobi2-4/+5
2024-02-19fs: Refactor to use cmif serializationFearlessTobi6-295/+209
2024-02-19fs: Add FileSystemAccessor classesFearlessTobi6-125/+65
2024-02-19Address review commentsFearlessTobi6-17/+19
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi3-25/+25
2024-02-19fsp: Migrate remaining interfaces to cmif serializationFearlessTobi6-62/+48
2024-02-19fsp-srv: Migrate to use cmif serializationFearlessTobi2-263/+203
2024-02-19fsp: Move IMultiCommitManager to a seperate fileFearlessTobi3-29/+58
2024-02-19fsp: Move ISaveDataInfoReader to a seperate fileFearlessTobi3-165/+212
2024-02-18service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsLeystryku1-1/+1
2024-02-18fsp: Add FlushAccessLogOnSdCard stubLeystryku2-2/+10
2024-02-02service: fs: Skip non user id foldersNarr the Reg1-0/+9
2024-01-30core: support offline web appletLiam1-13/+35
2024-01-25fs: Add path classFearlessTobi2-2/+5
2024-01-25fs/errors: Unify naming of result codesFearlessTobi3-8/+8
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi5-24/+28
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi4-4/+4
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi15-0/+1556