summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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
}