summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-2/+2
* fsp_srv: stub GetCacheStorageSizeGravatar Liam2022-10-082-1/+14
* core:filesystem: speed up IDirectory serviceGravatar vonchenplus2022-08-231-1/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-262-28/+27
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-238-24/+16
* Merge pull request #8122 from bunnei/improve-thread-usageGravatar bunnei2022-04-061-5/+8
|\
| * hle: service: filesystem: Create a service thread where appropriate.Gravatar bunnei2022-04-021-5/+8
* | fix: typosGravatar Andrea Pappacoda2022-04-021-1/+1
|/
* service/filsystem: Update fsp-srv function tableGravatar Lioncash2022-01-211-0/+3
* general: Get the current process program id directly from the systemGravatar Morph2021-11-042-7/+4
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-042-4/+5
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-021-11/+10
* service: Reduce header include overheadGravatar Morph2021-10-072-2/+0