summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
authorPrincess of Sleeping2019-07-23 13:18:10 +0900
committerGitHub2019-07-23 13:18:10 +0900
commit7f26bd9e3be43dac9574b63cc21e267c8a36d62c (patch)
tree656ae44f83b4a5f1ca0094c0c07bcd00932ca6d2 /include/kernel
parentAdd _sceAppMgrGetRawPath(OfApp0ByAppIdForShell) (diff)
downloadvds-libraries-7f26bd9e3be43dac9574b63cc21e267c8a36d62c.tar.gz
fixed ksceKernelSearchModuleByName
Diffstat (limited to '')
-rw-r--r--include/kernel/kernel/modulemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index 9b8d9ff..879c3c2 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -152,7 +152,7 @@ int sceKernelStopUnloadModuleForPid(SceUID pid, SceUID modid, SceSize args, void
int sceKernelMountBootfs(const char *bootImagePath);
int sceKernelUmountBootfs(void);
-int sceKernelSearchModuleByName(const char *module_name, const char *path, int pid);
+int sceKernelSearchModuleByName(const char *module_name);
/**
* @brief Get the main module for a given process.