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-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
2018-12-03
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
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-18
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-16
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
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-11-15
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-01
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
[next]