From 7f26bd9e3be43dac9574b63cc21e267c8a36d62c Mon Sep 17 00:00:00 2001 From: Princess of Sleeping Date: Tue, 23 Jul 2019 13:18:10 +0900 Subject: fixed ksceKernelSearchModuleByName --- include/kernel/kernel/modulemgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3