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
/
partition_filesystem.cpp
Age
Commit message (
Expand
)
Author
2018-07-23
partition_filesystem: Use std::move where applicable
Lioncash
2018-07-20
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-19
partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()
Lioncash
2018-07-18
partition_filesystem: Ensure all class members of PartitionFilesystem are ini...
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-17
file_sys: Use NGLOG
shinyquagsire23
2018-04-16
file_sys: tweaks
shinyquagsire23
2018-04-16
file_sys: Add HFS/PFS helper component
shinyquagsire23