From 7df7a8cd779030bf44870f8fd9a11407fbdc2d7d Mon Sep 17 00:00:00 2001 From: Yifan Lu Date: Mon, 21 Nov 2016 18:39:05 -0600 Subject: Added sceSysmoduleLoadModuleInternalWithArg --- include/user/sysmodule.h | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3