summaryrefslogtreecommitdiff
path: root/include/user/sysmodule.h
diff options
context:
space:
mode:
authorYifan Lu2016-11-21 18:39:05 -0600
committerYifan Lu2016-11-21 18:39:05 -0600
commit7df7a8cd779030bf44870f8fd9a11407fbdc2d7d (patch)
tree943f84f1e6b313ed7fa039ef9d310a7123051274 /include/user/sysmodule.h
parentAdd paf id (diff)
downloadvds-libraries-7df7a8cd779030bf44870f8fd9a11407fbdc2d7d.tar.gz
Added sceSysmoduleLoadModuleInternalWithArg
Diffstat (limited to '')
-rw-r--r--include/user/sysmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/sysmodule.h b/include/user/sysmodule.h
index e788962..8cc2a37 100644
--- a/include/user/sysmodule.h
+++ b/include/user/sysmodule.h
@@ -86,6 +86,7 @@ int sceSysmoduleIsLoaded(SceUInt16 id);
int sceSysmoduleLoadModuleInternal(SceUInt32 id);
int sceSysmoduleUnloadModuleInternal(SceUInt32 id);
int sceSysmoduleIsLoadedInternal(SceUInt32 id);
+int sceSysmoduleLoadModuleInternalWithArg(SceUInt32 id, SceSize args, void *argp, void *unk);
#ifdef __cplusplus
}