Service/APT: Return proper parameters in GetLockHandle.

Documented some APT functions
This allows applets to boot.
This commit is contained in:
Subv 2015-07-23 18:52:57 -05:00
parent cea45af64d
commit ce31184557
4 changed files with 49 additions and 14 deletions

View file

@ -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();