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
Age
Commit message (
Expand
)
Author
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-29
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-26
fsmitm_romfsbuild: std::move std::vector instances in Build()
Lioncash
2018-09-26
fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()
Lioncash
2018-09-25
patch_manager: Invert conditionals within ApplyLayeredFS()
Lioncash
2018-09-25
vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...
Lioncash
2018-09-25
fsmitm_romfsbuild: Avoid type truncation warnings
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary loops in Build()
Lioncash
2018-09-25
fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()
Lioncash
2018-09-25
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-25
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
vfs_static: Remove template byte parameter from StaticVfsFile
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-21
romfs: Implement CreateRomFS
Zach Hilman
2018-09-21
file_sys: Port Atmosphere-NX fs_mitm implementation
Zach Hilman
2018-09-21
bis_factory: Add mod directory VFS getter
Zach Hilman
2018-09-21
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-21
vfs_concat: Rewrite and fix ConcatenatedVfsFile
Zach Hilman
2018-09-21
vfs_layered: Add LayeredVfsDirectory
Zach Hilman
2018-09-21
vfs_vector: Add VectorVfsFile
Zach Hilman
2018-09-21
vfs_static: Add StaticVfsFile
Zach Hilman
2018-09-21
vfs: Add and rewite VfsRawCopy functions
Zach Hilman
2018-09-21
vfs: Add GetEntries method
Zach Hilman
2018-09-20
Merge pull request #1364 from lioncash/content
bunnei
2018-09-20
Merge pull request #1358 from DarkLordZach/temp-storage
bunnei
2018-09-20
Merge pull request #1363 from lioncash/control
bunnei
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-19
control_metadata: Remove unnecessary else within GetLanguageEntry()
Lioncash
2018-09-19
control_metadata: Move language name array definition to the cpp file
Lioncash
2018-09-19
xts_archive: Remove unused variables from CalculateHMAC256()
Lioncash
2018-09-19
xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr
Lioncash
2018-09-19
xts_archive: Ensure NAX's type member is always initialized
Lioncash
2018-09-19
xts_archive: Amend initializer order of NAX's constructor
Lioncash
2018-09-19
savedata_factory: Add TemporaryStorage SaveDataType
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-06
file_sys/nca_patch: Amend constructor initializer list order
Lioncash
2018-09-06
file_sys/nca_patch: Remove unnecessary includes
Lioncash
2018-09-06
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-05
Merge pull request #1242 from lioncash/file-sys
bunnei
2018-09-05
file_sys/submission_package: Correct constructor initialization list order
Lioncash
2018-09-05
file_sys/submission_package: Replace includes with forward declarations where...
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
[next]