diff options
author | Jeffrey Pfau | 2016-08-21 15:44:08 -0700 |
---|---|---|
committer | Jeffrey Pfau | 2016-08-21 15:44:08 -0700 |
commit | 2259f9dc22143f003cecfaca1b30b5005cfd4a30 (patch) | |
tree | 2e92b56112b23aae856fc462b98eed8242d1fe5e | |
parent | Added _sceAppMgrLaunchAppByName2ForShell (diff) | |
download | vds-libraries-2259f9dc22143f003cecfaca1b30b5005cfd4a30.tar.gz |
More SceAppMgr info
-rw-r--r-- | include/user/appmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |