From 2259f9dc22143f003cecfaca1b30b5005cfd4a30 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 21 Aug 2016 15:44:08 -0700 Subject: More SceAppMgr info --- include/user/appmgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 7de06da..eb3131b 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -85,6 +85,7 @@ typedef struct sceAppMgrLoadExecOptParam { int sceAppMgrLoadExec(const char *appPath, char * const argv[], const SceAppMgrExecOptParam *optParam); +//! flags: 0x20000 to launch, otherwise it just goes to the livearea page int sceAppMgrLaunchAppByUri(int flags, char *uri); int sceAppMgrLaunchAppByName2(char *name); @@ -95,7 +96,7 @@ int sceAppMgrAppDataMount(int id, char *mount_point); //! id: 106 (ad), 107 (ad) int sceAppMgrAppDataMountById(int id, char *titleid, char *mount_point); -//! param: 12 (titleid) +//! param: 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid) int sceAppMgrAppParamGetString(int pid, int param, char *string, int length); int sceAppMgrConvertVs0UserDrivePath(char *path, char *mount_point, int unk); -- cgit v1.2.3