diff options
author | Himanshu Goel | 2016-08-16 13:50:28 -0400 |
---|---|---|
committer | GitHub | 2016-08-16 13:50:28 -0400 |
commit | 1fa55bfa9d11a4ec2c1956b932a483d995294715 (patch) | |
tree | 0d8cf0e9390ce1c16f5856ea39773a5cd70aabbd /include/user/appmgr.h | |
parent | Add sceKernelGetRandomNumber (diff) | |
download | vds-libraries-1fa55bfa9d11a4ec2c1956b932a483d995294715.tar.gz |
Added sceAppMgrLaunchAppByName2
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 2 |
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); |