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.cpp
Age
Commit message (
Expand
)
Author
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
hle: service: filesystem: Create a service thread where appropriate.
bunnei
2022-01-21
service/filsystem: Update fsp-srv function table
Lioncash
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-06-16
fsp_srv: Fix filesystem access logging
Morph
2021-06-02
fsp-srv: Replace one last instance of RESULT_SUCCESS
Morph
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-07
IFile: Update to 12.x
Morph
2021-04-07
fsp-srv: Update to 12.x
Morph
2020-12-15
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
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-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-23
fsp_srv: Resolve -Wunused-but-set-variable warning
Lioncash
2020-08-23
fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
Lioncash
2020-07-31
minor nits
Morph
2020-07-30
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
Morph
2020-05-11
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
bunnei
2020-04-30
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
David Marcec
2020-04-20
service: Update function tables
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-02-07
hle: services: Use std::shared_ptr instead of copy by value.
bunnei
2019-11-28
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-27
file_sys/directory: Make EntryType an enum class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-10-04
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-06-28
fsp-srv: Implement GetAccessLogVersionInfo
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-04-15
Merge pull request #2382 from lioncash/table
bunnei
2019-04-11
service: Update service function tables
Lioncash
2019-04-10
fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()
Lioncash
2019-04-10
fsp_srv: Log out option values in IFile's Read and Write functions
Lioncash
2019-04-05
Merge pull request #2339 from lioncash/rank
bunnei
[next]