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
/
filesystem.h
Age
Commit message (
Expand
)
Author
2018-12-27
filesystem: Populate save data sizes from control data
Zach Hilman
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-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-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
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
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-09-21
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
filesystem: Add CreateFactories methods to fs
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-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-03-19
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
filesystem: Implement basic IStorage functionality.
David Marcec