sceKernelLoadExec() parameters fix
This commit is contained in:
parent
dcb400f85d
commit
f7573b35e2
2 changed files with 46 additions and 10 deletions
|
@ -25,7 +25,7 @@ void __KernelModuleDoState(PointerWrap &p);
|
|||
void __KernelModuleShutdown();
|
||||
|
||||
u32 __KernelGetModuleGP(SceUID module);
|
||||
bool __KernelLoadExec(const char *filename, SceKernelLoadExecParam *param, std::string *error_string);
|
||||
bool __KernelLoadExec(const char *filename, u32 paramPtr, std::string *error_string);
|
||||
void __KernelReturnFromModuleFunc();
|
||||
|
||||
void Register_ModuleMgrForUser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue