summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Move fsp_srv subclasses to separate filesGravatar FearlessTobi2024-01-251-1257/+0
* fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-111-24/+31
* fs: implement OpenDirectoryModeGravatar Liam2023-12-181-8/+10
* 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-231-2/+22
* fssystem: rework for yuzu styleGravatar Liam2023-08-151-2/+2
* vfs: expand support for NCA readingGravatar Liam2023-08-151-3/+4
* core: remove ResultVal typeGravatar Liam2023-08-081-33/+42
* 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-111-5/+16
* service: move hle_ipc from kernelGravatar Liam2023-03-011-48/+47
* service: refactor server architectureGravatar Liam2023-02-211-8/+5
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+3
* 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-081-1/+13
* core:filesystem: speed up IDirectory serviceGravatar vonchenplus2022-08-231-1/+2
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* hle: service: filesystem: Create a service thread where appropriate.Gravatar bunnei2022-04-021-5/+8
* 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-041-4/+2
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-2/+3
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-141-1/+19
* fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-161-5/+10
* fsp-srv: Replace one last instance of RESULT_SUCCESSGravatar Morph2021-06-021-1/+1
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-021-1/+10
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-4/+4
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-34/+34
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* service: Eliminate cases of member shadowingGravatar Lioncash2021-04-261-10/+11
* IFile: Update to 12.xGravatar Morph2021-04-071-3/+7
* fsp-srv: Update to 12.xGravatar Morph2021-04-071-2/+7
* Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-151-1/+27
|\
| * fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-081-1/+27
* | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-16/+13
|/
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-26/+31
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-3/+5
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-5/+3
* core: Fix clang buildGravatar Lioncash2020-10-171-3/+5
* fsp_srv: Resolve -Wunused-but-set-variable warningGravatar Lioncash2020-08-231-1/+8
* fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Gravatar Lioncash2020-08-231-2/+5
* minor nitsGravatar Morph2020-07-311-1/+3