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
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
2018-10-29
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
fsp_srv: Implement ISaveDataInfoReader
Zach Hilman
2018-10-29
fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId
Zach Hilman
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
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-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-02
services/fsp_srv: Amend service function table
Lioncash
2018-09-21
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-19
Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-02
Merge pull request #1213 from DarkLordZach/octopath-fs
bunnei
2018-09-02
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-08-31
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-08-31
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-25
Merge pull request #1166 from lioncash/typo
Sebastian Valle
2018-08-23
filesystem: Fix typo in log message
Lioncash
2018-08-23
filesystem: Add CreateFactories methods to fs
Zach Hilman
2018-08-23
filesystem: Add logging to registration getters
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-11
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-09
Merge pull request #990 from lioncash/entry
bunnei
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
filesystem: Remove unnecessary if conditions
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-08-04
service: Remove redundant #pragma once directives
Lioncash
2018-08-01
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-07-23
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
[next]