- Dec 28, 2018
-
-
Zach Hilman authored
Needed for manual RomFS extraction, as Full generates an extra directory and Truncated generates variable results.
-
- Oct 04, 2018
-
-
Zach Hilman authored
-
- Sep 26, 2018
-
-
Lioncash authored
Given these are only added to the class to allow those functions to access the private constructor, it's a better approach to just make them static functions in the interface, to make the dependency explicit.
-
- Sep 25, 2018
-
-
Lioncash authored
This converts it into a regular constructor parameter. There's no need to make this a template parameter on the class when it functions perfectly well as a constructor argument. This also reduces the amount of code bloat produced by the compiler, as it doesn't need to generate the same code for multiple different instantiations of the same class type, but with a different fill value.
-
- Sep 24, 2018
-
-
Zach Hilman authored
-
- Sep 21, 2018
-
-
Zach Hilman authored
-
- Sep 15, 2018
-
-
fearlessTobi authored
-
- Aug 12, 2018
-
-
Zach Hilman authored
-
- Jul 27, 2018
-
-
Zach Hilman authored
-