#include <psploadexec_kernel.h>
Data Fields | |
| SceSize | size |
| Size of the structure in bytes. | |
| SceSize | args |
| Size of the arguments string. | |
| void * | argp |
| Pointer to the arguments strings. | |
| const char * | key |
| The key, usually "game", "updater" or "vsh". | |
| u32 | vshmain_args_size |
| The size of the vshmain arguments. | |
| void * | vshmain_args |
| vshmain arguments that will be passed to vshmain after the program has exited | |
| char * | configfile |
| "/kd/pspbtcnf_game.txt" or "/kd/pspbtcnf.txt" if not supplied (max. | |
| u32 | unk4 |
| An unknown string (max. | |
| u32 | unk5 |
| unknown flag default value = 0x10000 | |
Size of the structure in bytes.
Size of the arguments string.
Pointer to the arguments strings.
| const char* SceKernelLoadExecVSHParam::key |
The key, usually "game", "updater" or "vsh".
The size of the vshmain arguments.
vshmain arguments that will be passed to vshmain after the program has exited
"/kd/pspbtcnf_game.txt" or "/kd/pspbtcnf.txt" if not supplied (max.
256 chars)
An unknown string (max.
256 chars) probably used in 2nd stage of loadexec
unknown flag default value = 0x10000
1.5.2