From ce31184557361f3905e81e2ab948de976c51c7e4 Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 23 Jul 2015 18:52:57 -0500 Subject: Service/APT: Return proper parameters in GetLockHandle. Documented some APT functions This allows applets to boot. --- src/core/hle/applets/applet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/applets/applet.h') diff --git a/src/core/hle/applets/applet.h b/src/core/hle/applets/applet.h index b235d0b8..af442f81 100644 --- a/src/core/hle/applets/applet.h +++ b/src/core/hle/applets/applet.h @@ -67,6 +67,9 @@ protected: Service::APT::AppletId id; ///< Id of this Applet }; +/// Returns whether a library applet is currently running +bool IsLibraryAppletRunning(); + /// Initializes the HLE applets void Init(); -- cgit v1.2.3