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
Age
Commit message (
Expand
)
Author
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-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-31
minor nits
Morph
2020-07-30
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
Morph
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-16
Add comment to clarify the nullptr check
Morph
2020-07-16
filesystem: Create subdirectories prior to creating a file
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-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-04
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-30
filesystem: Add getter for BCAT temporary directory
Zach Hilman
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-09-21
filesystem: Add FileSystemController to deglobalize FS services
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-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-05
Merge pull request #2339 from lioncash/rank
bunnei
2019-04-05
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
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-05
Merge pull request #2338 from lioncash/fs
bunnei
2019-04-04
filesystem: Use a std::string_view in OpenFile()
Lioncash
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-18
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-01-29
service/fsp-srv: Update function tables
Lioncash
2018-12-27
filesystem: Populate save data sizes from control data
Zach Hilman
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
[next]