Commit Graph

5 Commits (334090fe6f9fb7554e9b247bc3e4c6d4ece7dea8)

Author SHA1 Message Date
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr
A process should never require being reference counted in this
situation. If the handle to a process is freed before this function is
called, it's definitely a bug with our lifetime management, so we can
put the requirement in place for the API that the process must be a
valid instance.
7 years ago
Zach Hilman 23a16c1720 patch_manager: Centralize Control-type NCA parsing 7 years ago
Zach Hilman 87be4bc283 main: Only show DRD deprecation warning once 7 years ago
Zach Hilman e4e55d064e nsp: Comply with style and performance guidelines 7 years ago
Zach Hilman d7518cf6e0 loader: Add AppLoader for NSP files 7 years ago