Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.

This commit is contained in:
Subv
2015-07-23 21:09:43 -05:00
parent ce31184557
commit 599744921d
6 changed files with 36 additions and 5 deletions

View File

@ -302,6 +302,17 @@ void GetAppCpuTimeLimit(Service::Interface* self);
*/
void PrepareToStartLibraryApplet(Service::Interface* self);
/**
* APT::PreloadLibraryApplet service function
* Inputs:
* 0 : Command header [0x00160040]
* 1 : Id of the applet to start
* Outputs:
* 0 : Return header
* 1 : Result of function, 0 on success, otherwise error code
*/
void PreloadLibraryApplet(Service::Interface* self);
/**
* APT::StartLibraryApplet service function
* Inputs: