summaryrefslogtreecommitdiff
path: root/include/kernel/appmgr.h
diff options
context:
space:
mode:
authorReiko Asakura2021-03-12 16:19:42 -0500
committerReiko Asakura2021-03-12 16:19:42 -0500
commit25b0f5581b6d1cfc38e898af1d968a49e277e715 (patch)
tree1e02b3519523a6f3e5fcb96c7a5185478fd6672d /include/kernel/appmgr.h
parentRemove unused definitions in common/appmgr.h (diff)
downloadvds-libraries-25b0f5581b6d1cfc38e898af1d968a49e277e715.tar.gz
Refactor structs in common/appmgr.h
sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions.
Diffstat (limited to '')
-rw-r--r--include/kernel/appmgr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/kernel/appmgr.h b/include/kernel/appmgr.h
index d5f4674..0e26a95 100644
--- a/include/kernel/appmgr.h
+++ b/include/kernel/appmgr.h
@@ -49,10 +49,6 @@ typedef struct
*/
int sceAppMgrLaunchAppByPath(const char *path, const char *args, SceSize arg_size, unsigned int type, const SceAppMgrLaunchParam *param, void *unk);
-SceInt32 sceAppMgrDrmOpen(const SceAppMgrDrmAddcontParam *pParam);
-
-SceInt32 sceAppMgrDrmClose(const SceAppMgrDrmAddcontParam *pParam);
-
#ifdef __cplusplus
}
#endif