Use with same code with sceKernelStopUnloadSelfModuleWithStatus
This commit is contained in:
parent
eecd9038cd
commit
0256c7e056
2 changed files with 32 additions and 78 deletions
|
@ -29,6 +29,7 @@ void __KernelModuleShutdown();
|
|||
u32 __KernelGetModuleGP(SceUID module);
|
||||
bool __KernelLoadExec(const char *filename, u32 paramPtr, std::string *error_string);
|
||||
void __KernelReturnFromModuleFunc();
|
||||
u32 hleKernelStopUnloadSelfModuleWithOrWithoutStatus(u32 exitCode, u32 argSize, u32 argp, u32 statusAddr, u32 optionAddr, bool WithStatus);
|
||||
|
||||
void Register_ModuleMgrForUser();
|
||||
void Register_ModuleMgrForKernel();
|
Loading…
Add table
Add a link
Reference in a new issue