summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorHimanshu Goel2016-08-16 13:50:28 -0400
committerGitHub2016-08-16 13:50:28 -0400
commit1fa55bfa9d11a4ec2c1956b932a483d995294715 (patch)
tree0d8cf0e9390ce1c16f5856ea39773a5cd70aabbd /include/user/appmgr.h
parentAdd sceKernelGetRandomNumber (diff)
downloadvds-libraries-1fa55bfa9d11a4ec2c1956b932a483d995294715.tar.gz
Added sceAppMgrLaunchAppByName2
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r--include/user/appmgr.h2
1 files changed, 2 insertions, 0 deletions
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);