summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSunguk Lee2019-08-20 19:29:10 +0900
committerGitHub2019-08-20 19:29:10 +0900
commit0a51656219041bdeb29e172ffc2b67d30583c012 (patch)
treefec8d5d6bd11c6160d17ba1232857991fb3862ac /include
parentPartially revert https://github.com/vitasdk/vita-headers/pull/410 (diff)
parentfixed ksceKernelSearchModuleByName (diff)
downloadvds-libraries-0a51656219041bdeb29e172ffc2b67d30583c012.tar.gz
Merge pull request #414 from Princess-of-Sleeping/master
fixed ksceKernelSearchModuleByName
Diffstat (limited to 'include')
-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.