int sceKernelLoadExec(const char *file, struct SceKernelLoadExecParam *param)
Execute a new game executable, limited when not running in kernel mode.
int sceKernelRegisterExitCallback(int cbid)
Register callback.
void sceKernelExitGame(void)
Exit game and go back to the PSP browser.
unsigned int SceSize
Definition pspkerneltypes.h:27
float x
Definition psptypes.h:0
Structure to pass to loadexec.
Definition psploadexec.h:59
void * argp
Pointer to the arg string.
Definition psploadexec.h:65
SceSize size
Size of the structure.
Definition psploadexec.h:61
SceSize args
Size of the arg string.
Definition psploadexec.h:63
const char * key
Encryption key ?
Definition psploadexec.h:67