index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
fsp_srv.h
Age
Commit message (
Expand
)
Author
2024-01-25
fs: Move fsp_srv subclasses to separate files
FearlessTobi
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2023-09-23
service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...
german77
2023-05-11
fs: stub cache storage and fix params alignment
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2022-10-08
fsp_srv: stub GetCacheStorageSize
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-16
fsp_srv: Fix filesystem access logging
Morph
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-04-07
fsp-srv: Update to 12.x
Morph
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-07-30
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
Morph
2020-05-11
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
bunnei
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-06-28
fsp-srv: Implement GetAccessLogVersionInfo
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-03-18
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-01-29
service/fsp-srv: Update function tables
Lioncash
2018-10-29
fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-31
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-08-31
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-07
Fix spelling of Initialize
James Rowe
2018-03-04
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-01
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-02-09
fsp_srv: Stub MountSdCard.
bunnei
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
filesystem: Implement basic IStorage functionality.
David Marcec