From 25b0f5581b6d1cfc38e898af1d968a49e277e715 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Fri, 12 Mar 2021 16:19:42 -0500 Subject: Refactor structs in common/appmgr.h sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions. --- include/kernel/appmgr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/kernel/appmgr.h') 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 -- cgit v1.2.3