Zach Hilman
b3c2ec362b
fsmitm: Cleanup and modernize fsmitm port
8 years ago
Zach Hilman
ba0873d33c
qt: Add UI elements for LayeredFS and related tools
8 years ago
fearlessTobi
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
Zach Hilman
9664ce255d
bktr: Fix missing includes and optimize style
8 years ago
Zach Hilman
9951f6d054
registration: Add RegisteredCacheUnion
Aggregates multiple caches into one interface
8 years ago
Zach Hilman
87be4bc283
main: Only show DRD deprecation warning once
8 years ago
Zach Hilman
f7eaea424d
registration: Add support for installing NSP files
8 years ago
Lioncash
a813c10e1c
file_sys: Replace includes with forward declarations where applicable
Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
8 years ago
Lioncash
a405373144
vfs_real: Forward declare IOFile
Eliminates the need to rebuild some source files if the file_util header
ever changes. This also uncovered some indirect inclusions, which have
also been fixed.
8 years ago
Lioncash
d3934d7da7
registered_cache: Get rid of variable shadowing in ProcessFiles()
Prevents compiler warnings.
8 years ago
Zach Hilman
a7e8d10969
file_sys: Cut down on includes and copies
8 years ago
Zach Hilman
8b52d6682a
registration: Add GetEntryUnparsed methods
Returns the file before calling parser on it.
8 years ago
Zach Hilman
e8cb6f5c9b
registration: Add Data_Unknown5 NCAContentType
8 years ago
Zach Hilman
27da7bc9da
filesystem: Add support for loading of system archives
8 years ago
Lioncash
b39cd70cd4
common: Namespace hex_util.h/.cpp
It's in the common code, so it should be under the Common namespace like
everything else.
8 years ago
Zach Hilman
35e4a47be0
registration: Various style and documentation improvements
Fix logic in RealVfsFilesystem Create methods
Remove magic numbers
Fix regex errors
8 years ago
Zach Hilman
6b76b77400
registration: Add support for force overwrite of installed
8 years ago
Zach Hilman
893447b6b0
registration: Update documentation and style
8 years ago
Zach Hilman
3b3c919e20
registration: Take RawCopy function as parameter
Instead of defaulting to VfsRawCopy
8 years ago
Zach Hilman
e5504a060d
registered_cache: Fix missing reading from yuzu_meta
8 years ago
Zach Hilman
167bfddafa
file_sys: Comply to style guidelines
8 years ago
Zach Hilman
bfb945c243
qt: Add 'Install to NAND' option to menu
Prompts for title type on NCA files.
8 years ago
Zach Hilman
a91983b11c
file_sys: Add RegisteredCache
Manages NAND NCA get and install.
8 years ago