#include <string.h>
#include <stdio.h>
#include <pspuser.h>
Defines | |
| #define | MAX_ARGS 2048 |
Functions | |
| SceUID | pspSdkLoadStartModuleWithArgs (const char *filename, int mpid, int argc, char *const argv[]) |
| Load a module and start it with arguments. | |
| SceUID | pspSdkLoadStartModule (const char *filename, int mpid) |
| Load a module and start it. | |
| #define MAX_ARGS 2048 |
1.5.2