summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-143-1/+37
* FS: Mark recursive CreateDirectory as inaccurate and temporaryGravatar Morph2021-09-121-0/+5
* Addressed issuesGravatar Chloe2021-09-091-1/+1
* FS: Recursively create directories for CreateDirectoryGravatar Chloe Marcec2021-09-061-8/+13
* filesystem: Open a read-only directory for SDMC modsGravatar Morph2021-06-281-5/+9
* core: Simplify SDMC mod loadingGravatar lat9nq2021-06-281-1/+2
* core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-282-0/+10
* fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-162-12/+15
* fsp-srv: Replace one last instance of RESULT_SUCCESSGravatar Morph2021-06-021-1/+1
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-024-1/+17
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-022-19/+19
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-022-50/+50
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-9/+12
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-052-2/+2