Data Fields

SceKernelLoadExecVSHParam Struct Reference
[Interface to the LoadExecForKernel library.]

Structure for LoadExecVSH* functions. More...

#include <src/kernel/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

Detailed Description

Structure for LoadExecVSH* functions.


Field Documentation

Pointer to the arguments strings.

Size of the arguments string.

"/kd/pspbtcnf_game.txt" or "/kd/pspbtcnf.txt" if not supplied (max.

256 chars)

The key, usually "game", "updater" or "vsh".

Size of the structure in bytes.

An unknown string (max.

256 chars) probably used in 2nd stage of loadexec

unknown flag default value = 0x10000

vshmain arguments that will be passed to vshmain after the program has exited

The size of the vshmain arguments.


The documentation for this struct was generated from the following file: