diff options
-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); |