diff options
author | Reiko Asakura | 2021-03-12 16:19:42 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-12 16:19:42 -0500 |
commit | 25b0f5581b6d1cfc38e898af1d968a49e277e715 (patch) | |
tree | 1e02b3519523a6f3e5fcb96c7a5185478fd6672d /include/kernel/appmgr.h | |
parent | Remove unused definitions in common/appmgr.h (diff) | |
download | vds-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 'include/kernel/appmgr.h')
-rw-r--r-- | include/kernel/appmgr.h | 4 |
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 |