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
/
file_sys
/
romfs_factory.cpp
Age
Commit message (
Expand
)
Author
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
patch_manager: Add support for packed updates
Zach Hilman
2018-09-30
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-18
filesystem: Add support for loading of system archives
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-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-01-21
file_sys: Clang format fixes.
bunnei
2018-01-21
file_sys: Cleanup to better match Switch file system constructs.
bunnei