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.h
Age
Commit message (
Expand
)
Author
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-08-15
vfs: expand support for NCA reading
Liam
2023-08-08
core: remove ResultVal type
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Fix transitive include build errors
ameerj
2021-11-03
core: Remove unused includes
ameerj
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
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-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
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-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-01-21
file_sys: Cleanup to better match Switch file system constructs.
bunnei