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
/
fsp_srv.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Move fsp_srv subclasses to separate files
FearlessTobi
2024-01-25
1
-1257
/
+0
*
fsp-srv: use program registry for SetCurrentProcess
Liam
2024-01-11
1
-24
/
+31
*
fs: implement OpenDirectoryMode
Liam
2023-12-18
1
-8
/
+10
*
fs: don't enumerate hidden savedata size file
Liam
2023-12-09
1
-1
/
+7
*
fsp-srv: enable auto save data creation on init
Liam
2023-10-01
1
-0
/
+3
*
fsp-srv: add GetFileSystemAttribute
Liam
2023-09-25
1
-0
/
+41
*
service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...
german77
2023-09-23
1
-2
/
+22
*
fssystem: rework for yuzu style
Liam
2023-08-15
1
-2
/
+2
*
vfs: expand support for NCA reading
Liam
2023-08-15
1
-3
/
+4
*
core: remove ResultVal type
Liam
2023-08-08
1
-33
/
+42
*
fsp-srv: avoid patching romfs multiple times
Liam
2023-06-03
1
-8
/
+12
*
fs: adjust future save path
Liam
2023-05-11
1
-2
/
+2
*
fs: stub cache storage and fix params alignment
Liam
2023-05-11
1
-5
/
+16
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-48
/
+47
*
service: refactor server architecture
Liam
2023-02-21
1
-8
/
+5
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-2
/
+3
*
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
ameerj
2023-02-03
1
-1
/
+1
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-6
/
+3
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-02-02
1
-3
/
+6
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
1
-14
/
+14
*
fsp_srv: Use ReadBufferSpan
ameerj
2022-12-25
1
-17
/
+14
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-2
/
+2
*
fsp_srv: stub GetCacheStorageSize
Liam
2022-10-08
1
-1
/
+13
*
core:filesystem: speed up IDirectory service
vonchenplus
2022-08-23
1
-1
/
+2
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: service: filesystem: Create a service thread where appropriate.
bunnei
2022-04-02
1
-5
/
+8
*
service/filsystem: Update fsp-srv function table
Lioncash
2022-01-21
1
-0
/
+3
*
general: Get the current process program id directly from the system
Morph
2021-11-04
1
-4
/
+2
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+3
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
1
-1
/
+19
*
fsp_srv: Fix filesystem access logging
Morph
2021-06-16
1
-5
/
+10
*
fsp-srv: Replace one last instance of RESULT_SUCCESS
Morph
2021-06-02
1
-1
/
+1
*
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
1
-1
/
+10
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-4
/
+4
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-34
/
+34
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-1
/
+1
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
1
-10
/
+11
*
IFile: Update to 12.x
Morph
2021-04-07
1
-3
/
+7
*
fsp-srv: Update to 12.x
Morph
2021-04-07
1
-2
/
+7
*
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
1
-1
/
+27
|
\
|
*
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
1
-1
/
+27
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
1
-16
/
+13
|
/
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
1
-26
/
+31
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-3
/
+5
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-5
/
+3
*
core: Fix clang build
Lioncash
2020-10-17
1
-3
/
+5
*
fsp_srv: Resolve -Wunused-but-set-variable warning
Lioncash
2020-08-23
1
-1
/
+8
*
fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
Lioncash
2020-08-23
1
-2
/
+5
*
minor nits
Morph
2020-07-31
1
-1
/
+3
[next]