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
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
2019-04-05
service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem
Lioncash
2019-04-05
service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs
Lioncash
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-03-18
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-01-29
service/fsp-srv: Update function tables
Lioncash
2018-12-12
Merge pull request #1891 from DarkLordZach/istorage-getsize
Mat M
2018-12-10
fsp_srv: Implement IStorage::GetSize
Zach Hilman
2018-12-09
service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()
Lioncash
2018-12-04
Merge pull request #1704 from DarkLordZach/oss-sysarchive
bunnei
2018-11-30
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-27
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-16
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-15
fsp_srv: Add support for using open source archive if not found in NAND
Zach Hilman
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
fsp_srv: Implement ISaveDataInfoReader
Zach Hilman
2018-10-29
fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId
Zach Hilman
2018-10-27
service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively
DeeJayBro
2018-10-17
fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId
Zach Hilman
2018-10-02
services/fsp_srv: Amend service function table
Lioncash
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-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-08
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
fsp_srv: Emplace entries first when building index instead of emplacing last
Lioncash
2018-07-19
fsp_srv: Remove unnecessary vector construction in IFile's Write() function
Lioncash
2018-07-19
fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...
Lioncash
2018-07-19
fsp_srv: Make IStorage constructor explicit
Lioncash
2018-07-19
fsp_srv: Add missing includes
Lioncash
[next]