- Sep 06, 2018
-
-
Lioncash authored
Orders the elements in the initializer list in the order they're specified in the class. This prevents compiler warnings about initialization order.
-
Lioncash authored
romfs.h doesn't need to be included in the header, the only real dependency here is common's swap.h that needs to be included.
-
Lioncash authored
These includes were previously being satisfied indirectly.
-
- Sep 05, 2018
- Sep 04, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Now display correct error instead of catch-all MissingProgramNCA
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Fixes base game read errors
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Right now only includes Updates, but should eventually contain all of the other patches we need.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Aggregates multiple caches into one interface
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Eliminated duplicate code and adds support for Rev1+ carts
-
Zach Hilman authored
-
Lioncash authored
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
-
- Sep 02, 2018
-
-
Lioncash authored
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.
-
- Aug 31, 2018
-
-
Lioncash authored
The follow-up to e2457418, which replaces most of the includes in the core header with forward declarations. This makes it so that if any of the headers the core header was previously including change, then no one will need to rebuild the bulk of the core, due to core.h being quite a prevalent inclusion. This should make turnaround for changes much faster for developers.
-
- Aug 27, 2018
- Aug 25, 2018
-
-
Zach Hilman authored
-
- Aug 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
This is needed because the title IDs of update NCAs will not use the update title ID. The only sure way to tell is to look for a partition with BKTR crypto.
-
Zach Hilman authored
On call to WriteKeyToFile, so that the autogenerated file can be written.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Returns the file before calling parser on it.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-