From 1fa55bfa9d11a4ec2c1956b932a483d995294715 Mon Sep 17 00:00:00 2001 From: Himanshu Goel Date: Tue, 16 Aug 2016 13:50:28 -0400 Subject: Added sceAppMgrLaunchAppByName2 --- include/user/appmgr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/user') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index f7ba83b..7de06da 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -87,6 +87,8 @@ int sceAppMgrLoadExec(const char *appPath, char * const argv[], int sceAppMgrLaunchAppByUri(int flags, char *uri); +int sceAppMgrLaunchAppByName2(char *name); + //! id: 100 (photo0), 101 (friends), 102 (messages), 103 (near), 105 (music), 108 (calendar) int sceAppMgrAppDataMount(int id, char *mount_point); -- cgit v1.2.3