diff options
author | Princess of Sleeping | 2019-07-23 13:18:10 +0900 |
---|---|---|
committer | GitHub | 2019-07-23 13:18:10 +0900 |
commit | 7f26bd9e3be43dac9574b63cc21e267c8a36d62c (patch) | |
tree | 656ae44f83b4a5f1ca0094c0c07bcd00932ca6d2 | |
parent | Add _sceAppMgrGetRawPath(OfApp0ByAppIdForShell) (diff) | |
download | vds-libraries-7f26bd9e3be43dac9574b63cc21e267c8a36d62c.tar.gz |
fixed ksceKernelSearchModuleByName
Diffstat (limited to '')
-rw-r--r-- | include/kernel/kernel/modulemgr.h | 2 |
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. |