summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/errors: Unify naming of result codesGravatar FearlessTobi2024-01-251-19/+19
* fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-251-15/+15
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-2/+2
* fs: Move fsp_srv subclasses to separate filesGravatar FearlessTobi2024-01-251-3/+3
* fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-111-177/+50
* Improve path splitting speedGravatar BreadFish642023-12-051-5/+1
* filesystem: Return correct error for RenameFile when dest_path already existsGravatar FearlessTobi2023-08-241-1/+10
* vfs: expand support for NCA readingGravatar Liam2023-08-151-0/+5
* 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-081-52/+74
* service: refactor server architectureGravatar Liam2023-02-211-4/+8
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-15/+14
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* fix: typosGravatar Andrea Pappacoda2022-04-021-1/+1
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-3/+2
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-2/+2
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-021-11/+10
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-141-0/+12
* 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-281-0/+9
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Gravatar Chloe2021-06-021-0/+4
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-15/+15
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-16/+16
* 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-051-1/+1
* service: filesystem: Return proper error codes for CreateFileGravatar Morph2021-05-011-2/+7
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-151-0/+25
|\
| * fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-081-0/+25
* | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-8/+8
|/
* savedata_factory: Eliminate usage of the global system instanceGravatar Lioncash2020-11-271-1/+2
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-5/+3
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-2/+5
* filesystem: Fix CreateDirectory and DeleteFileGravatar Morph2020-10-131-2/+3
* file_sys/bis_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-161-1/+1
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-40/+40
* fs: Rename SaveDataDescriptor to SaveDataAttributeGravatar Morph2020-07-301-4/+4
* Add comment to clarify the nullptr checkGravatar Morph2020-07-161-0/+1
* filesystem: Create subdirectories prior to creating a fileGravatar Morph2020-07-161-0/+3
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-1/+2
* service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-13/+13
* hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-10/+10
* bcat: Add FSC accessors for BCAT dataGravatar Zach Hilman2019-10-011-1/+1