aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/applets/applet.h
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-07-29 11:12:17 -0400
committerGravatar bunnei <bunneidev@gmail.com>2015-07-29 11:12:17 -0400
commite5606d9d6ee3edf395e34e9c9034069e1ee9a874 (patch)
tree6d71689329f7142d855c9d3ea363f15547ce9471 /src/core/hle/applets/applet.h
parent97fe935c8a5b658ba16a8930ddc0845ed950be16 (diff)
parent599744921de3160a1f91b78bc5fa5394c9e09730 (diff)
Merge pull request #982 from Subv/home
Service/APT: Return proper parameters in GetLockHandle.
Diffstat (limited to 'src/core/hle/applets/applet.h')
-rw-r--r--src/core/hle/applets/applet.h3
1 files changed, 3 insertions, 0 deletions
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();