Zach Hilman
b790146494
main: Only show DRD deprecation warning once
2018-09-04 14:44:48 -04:00
Zach Hilman
d09884845e
registration: Add support for installing NSP files
2018-09-04 14:28:41 -04:00
Lioncash
7a7b311c4e
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.
2018-09-03 22:52:24 -04:00
Lioncash
94745b24ed
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.
2018-09-02 12:38:14 -04:00
Lioncash
388730d177
registered_cache: Get rid of variable shadowing in ProcessFiles()
...
Prevents compiler warnings.
2018-08-27 15:55:56 -04:00
Zach Hilman
129f55b31f
file_sys: Cut down on includes and copies
2018-08-23 11:53:30 -04:00
Zach Hilman
40c590e917
registration: Add GetEntryUnparsed methods
...
Returns the file before calling parser on it.
2018-08-23 11:53:30 -04:00
Zach Hilman
03a9dbe066
registration: Add Data_Unknown5 NCAContentType
2018-08-20 17:34:18 -04:00
Zach Hilman
a0925fe02d
filesystem: Add support for loading of system archives
2018-08-18 21:28:23 -04:00
Lioncash
2aeef2dfa7
common: Namespace hex_util.h/.cpp
...
It's in the common code, so it should be under the Common namespace like
everything else.
2018-08-15 23:24:00 -04:00
Zach Hilman
7862a19f64
registration: Various style and documentation improvements
...
Fix logic in RealVfsFilesystem Create methods
Remove magic numbers
Fix regex errors
2018-08-12 15:55:44 -04:00
Zach Hilman
821bd68208
registration: Add support for force overwrite of installed
2018-08-11 23:01:42 -04:00
Zach Hilman
933289e2f4
registration: Update documentation and style
2018-08-11 22:50:48 -04:00
Zach Hilman
13b76d7a82
registration: Take RawCopy function as parameter
...
Instead of defaulting to VfsRawCopy
2018-08-11 22:50:48 -04:00
Zach Hilman
811529cb19
registered_cache: Fix missing reading from yuzu_meta
2018-08-11 22:50:48 -04:00
Zach Hilman
c5acb8db61
file_sys: Comply to style guidelines
2018-08-11 22:50:48 -04:00
Zach Hilman
ebc9fda77a
qt: Add 'Install to NAND' option to menu
...
Prompts for title type on NCA files.
2018-08-11 22:50:48 -04:00
Zach Hilman
09dbef4cdb
file_sys: Add RegisteredCache
...
Manages NAND NCA get and install.
2018-08-11 22:50:48 -04:00