From 321e80f0bb9de02f88252289c5ee9a6e4c6ec006 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Fri, 26 Jan 2018 10:14:32 +0100 Subject: Added missing definitions for VitaShell --- include/user/appmgr.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/user/appmgr.h') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 44c0fc8..a6e09c6 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -314,6 +314,19 @@ int sceAppMgrLaunchAppByName2(const char *name, const char *param, SceAppMgrLaun */ SceUID sceAppMgrLaunchAppByName2ForShell(const char *name, const char *param, SceAppMgrLaunchAppOptParam *optParam); +/** + * Mount game data + * + * @param[in] path - ux0:app/TITLEID + * @param[in] unk1 - Unknown, set 0 + * @param[in] unk2 - Unknown, set 0 + * @param[in] mount_point - Mountpoint to use + * + * @return 0 on success, < 0 on error. + * + */ +int sceAppMgrGameDataMount(const char *path, int unk1, int unk2, char *mount_point); + /** * Mount application data * -- cgit v1.2.3