|
PSPSDK 2026-01-22
|


Go to the source code of this file.
Functions | |
| int | sceKernelGetModuleList (int readbufsize, SceUID *readbuf) |
| Gets the current module list. | |
| int | sceKernelModuleCount (void) |
| Get the number of loaded modules. | |
| SceUID | sceKernelLoadModuleBuffer (void *buf, SceSize bufsize, int flags, SceKernelLMOption *option) |
| Load a module from a buffer. | |
| SceUID | sceKernelLoadModuleWithApitype2 (int apitype, const char *path, int flags, SceKernelLMOption *option) |
Alias for sceKernelLoadModuleForLoadExecForUser | |
| SceUID | sceKernelLoadModuleBufferBootInitBtcnf (int bufsize, void *buf, int flags, SceKernelLMOption *option) |
| Load a module from a buffer with the Boot Init BTCNF apitype (0x051). | |