From ba67b3aa52bd8cb3cbd898333bd23f4389f1ba22 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Tue, 14 Feb 2017 11:26:21 +0100 Subject: Added missing definitions for VitaShell --- include/user/appmgr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/user/appmgr.h') 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); -- cgit v1.2.3