index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
filesystem.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/errors: Unify naming of result codes
FearlessTobi
2024-01-25
1
-19
/
+19
*
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
1
-15
/
+15
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
1
-2
/
+2
*
fs: Move fsp_srv subclasses to separate files
FearlessTobi
2024-01-25
1
-3
/
+3
*
fsp-srv: use program registry for SetCurrentProcess
Liam
2024-01-11
1
-177
/
+50
*
Improve path splitting speed
BreadFish64
2023-12-05
1
-5
/
+1
*
filesystem: Return correct error for RenameFile when dest_path already exists
FearlessTobi
2023-08-24
1
-1
/
+10
*
vfs: expand support for NCA reading
Liam
2023-08-15
1
-0
/
+5
*
fs: return result on null outputs
Liam
2023-08-08
1
-4
/
+24
*
general: fix incorrect conversions
Liam
2023-08-08
1
-1
/
+1
*
core: remove ResultVal type
Liam
2023-08-08
1
-52
/
+74
*
service: refactor server architecture
Liam
2023-02-21
1
-4
/
+8
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-2
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
1
-15
/
+14
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
fix: typos
Andrea Pappacoda
2022-04-02
1
-1
/
+1
*
general: Get the current process program id directly from the system
Morph
2021-11-04
1
-3
/
+2
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+2
*
core: Remove unused includes
ameerj
2021-11-03
1
-1
/
+0
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-11
/
+10
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
1
-0
/
+12
*
FS: Mark recursive CreateDirectory as inaccurate and temporary
Morph
2021-09-12
1
-0
/
+5
*
Addressed issues
Chloe
2021-09-09
1
-1
/
+1
*
FS: Recursively create directories for CreateDirectory
Chloe Marcec
2021-09-06
1
-8
/
+13
*
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
1
-5
/
+9
*
core: Simplify SDMC mod loading
lat9nq
2021-06-28
1
-1
/
+2
*
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-28
1
-0
/
+9
*
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
1
-0
/
+4
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-15
/
+15
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-16
/
+16
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-9
/
+12
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-1
/
+1
*
service: filesystem: Return proper error codes for CreateFile
Morph
2021-05-01
1
-2
/
+7
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
1
-0
/
+25
|
\
|
*
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
1
-0
/
+25
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
1
-8
/
+8
|
/
*
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-27
1
-1
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
1
-5
/
+3
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-2
/
+5
*
filesystem: Fix CreateDirectory and DeleteFile
Morph
2020-10-13
1
-2
/
+3
*
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
1
-1
/
+1
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-40
/
+40
*
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-30
1
-4
/
+4
*
Add comment to clarify the nullptr check
Morph
2020-07-16
1
-0
/
+1
*
filesystem: Create subdirectories prior to creating a file
Morph
2020-07-16
1
-0
/
+3
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
1
-1
/
+2
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-13
/
+13
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-10
/
+10
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
1
-1
/
+1
[next]