summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorSergi Granell2017-02-14 11:32:26 +0100
committerGitHub2017-02-14 11:32:26 +0100
commit8d67f5bae723811d53b4e0ff6b2334c03e119d6a (patch)
tree029b4b292adf57250339edc1e287f55003fd8699 /include/user/appmgr.h
parentAdd more SceGpioForDriver NIDs (diff)
parentAdded missing definitions for VitaShell (diff)
downloadvds-libraries-8d67f5bae723811d53b4e0ff6b2334c03e119d6a.tar.gz
Merge pull request #138 from TheOfficialFloW/master
A cleaner PR
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r--include/user/appmgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index f93e608..8a4a9d7 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -60,6 +60,9 @@ typedef struct SceAppMgrLaunchAppOptParam SceAppMgrLaunchAppOptParam; // Missing
#define SCE_APPMGR_MAX_APP_NAME_LENGTH (31)
+//! Destroy all other apps
+int sceAppMgrDestroyOtherApp(void);
+
//! name: The Title ID of the application
int sceAppMgrDestroyAppByName(char *name);