summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: add stubs for online web appletGravatar Liam2024-02-242-9/+79
* Merge pull request #13141 from liamwhite/swapGravatar liamwhite2024-02-232-2/+2
|\
| * fs: fix argument orderGravatar Liam2024-02-232-2/+2
* | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterGravatar Liam2024-02-234-2/+53
|/
* Merge pull request #13073 from FearlessTobi/fsp-srv-ipcGravatar liamwhite2024-02-2310-496/+500
|\
| * Address review commentsGravatar FearlessTobi2024-02-196-17/+19
| * fs: Add and use fs_save_data_types.hGravatar FearlessTobi2024-02-193-25/+25
| * fsp: Migrate remaining interfaces to cmif serializationGravatar FearlessTobi2024-02-196-62/+48
| * fsp-srv: Migrate to use cmif serializationGravatar FearlessTobi2024-02-192-263/+203
| * fsp: Move IMultiCommitManager to a seperate fileGravatar FearlessTobi2024-02-193-29/+58
| * fsp: Move ISaveDataInfoReader to a seperate fileGravatar FearlessTobi2024-02-193-165/+212
* | Address review comments pt. 2Gravatar FearlessTobi2024-02-192-28/+4
* | Address review commentsGravatar FearlessTobi2024-02-192-4/+5
* | fs: Refactor to use cmif serializationGravatar FearlessTobi2024-02-196-295/+209
* | fs: Add FileSystemAccessor classesGravatar FearlessTobi2024-02-196-125/+65
|/
* service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsGravatar Leystryku2024-02-181-1/+1
* fsp: Add FlushAccessLogOnSdCard stubGravatar Leystryku2024-02-182-2/+10
* service: fs: Skip non user id foldersGravatar Narr the Reg2024-02-021-0/+9
* core: support offline web appletGravatar Liam2024-01-291-13/+35
* Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-251-0/+1
* fs: Add path classGravatar FearlessTobi2024-01-252-2/+5
* fs/errors: Unify naming of result codesGravatar FearlessTobi2024-01-255-30/+30
* fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-257-50/+47
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-258-9/+9
* fs: Move fsp_srv subclasses to separate filesGravatar FearlessTobi2024-01-2516-540/+676
* fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-118-231/+318
* fs: implement OpenDirectoryModeGravatar Liam2023-12-182-8/+17
* Merge pull request #12290 from liamwhite/deferred-path-splitGravatar liamwhite2023-12-161-5/+1
|\
| * Improve path splitting speedGravatar BreadFish642023-12-051-5/+1
* | fs: don't enumerate hidden savedata size fileGravatar Liam2023-12-091-1/+7
|/
* fsp-srv: enable auto save data creation on initGravatar Liam2023-10-011-0/+3
* fsp-srv: add GetFileSystemAttributeGravatar Liam2023-09-251-0/+41
* service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...Gravatar german772023-09-232-2/+24
* filesystem: Return correct error for RenameFile when dest_path already existsGravatar FearlessTobi2023-08-241-1/+10
* fssystem: rework for yuzu styleGravatar Liam2023-08-151-2/+2
* vfs: expand support for NCA readingGravatar Liam2023-08-153-3/+12
* fs: return result on null outputsGravatar Liam2023-08-081-4/+24
* general: fix incorrect conversionsGravatar Liam2023-08-081-1/+1
* core: remove ResultVal typeGravatar Liam2023-08-083-104/+140
* fsp-srv: avoid patching romfs multiple timesGravatar Liam2023-06-031-8/+12
* fs: adjust future save pathGravatar Liam2023-05-111-2/+2
* fs: stub cache storage and fix params alignmentGravatar Liam2023-05-112-5/+17
* service: move hle_ipc from kernelGravatar Liam2023-03-012-68/+67
* service: refactor server architectureGravatar Liam2023-02-213-13/+14
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-132-4/+5
* fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardGravatar ameerj2023-02-031-1/+1
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-6/+3
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-3/+6
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-14/+14
* fsp_srv: Use ReadBufferSpanGravatar ameerj2022-12-251-17/+14