PSPSDK 2024-10-31
|
Structure to pass to loadexec. More...
#include <user/psploadexec.h>
Data Fields | |
SceSize | size |
Size of the structure. | |
SceSize | args |
Size of the arg string. | |
void * | argp |
Pointer to the arg string. | |
const char * | key |
Encryption key ? | |
Structure to pass to loadexec.
void* SceKernelLoadExecParam::argp |
Pointer to the arg string.
SceSize SceKernelLoadExecParam::args |
Size of the arg string.
SceSize SceKernelLoadExecParam::size |
Size of the structure.