summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* service: filesystem: Return proper error codes for CreateFileGravatar Morph2021-05-011-2/+7
* service: Eliminate cases of member shadowingGravatar Lioncash2021-04-261-10/+11
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* IFile: Update to 12.xGravatar Morph2021-04-071-3/+7
* fsp-srv: Update to 12.xGravatar Morph2021-04-072-3/+8
* Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-154-1/+57
|\
| * fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-084-1/+57
* | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-072-24/+21
|/
* savedata_factory: Eliminate usage of the global system instanceGravatar Lioncash2020-11-271-1/+2
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-267-37/+47
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-183-7/+15
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-5/+3
* Merge pull request #4796 from lioncash/clangGravatar LC2020-10-201-3/+5
|\