#include <pspkerneltypes.h>
#include <pspmodulemgr.h>
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. | |
1.5.2