From 599744921de3160a1f91b78bc5fa5394c9e09730 Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 23 Jul 2015 21:09:43 -0500 Subject: Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called. --- src/core/hle/service/apt/apt.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/core/hle/service/apt/apt.h') diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 563068d5..4a72b6b5 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h @@ -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: -- cgit v1.2.3