PSPSDK 2024-10-31
|
Go to the source code of this file.
Macros | |
#define | sceKernelInitKeyConfig InitForKernel_7233B5BC |
Enumerations | |
enum | PSPBootFrom { PSP_BOOT_FLASH = 0 , PSP_BOOT_DISC = 0x20 , PSP_BOOT_MS = 0x40 } |
enum | PSPInitApitype { PSP_INIT_APITYPE_DISC = 0x120 , PSP_INIT_APITYPE_DISC_UPDATER = 0x121 , PSP_INIT_APITYPE_MS1 = 0x140 , PSP_INIT_APITYPE_MS2 = 0x141 , PSP_INIT_APITYPE_MS3 = 0x142 , PSP_INIT_APITYPE_MS4 = 0x143 , PSP_INIT_APITYPE_MS5 = 0x144 , PSP_INIT_APITYPE_VSH1 = 0x210 , PSP_INIT_APITYPE_VSH2 = 0x220 } |
enum | PSPKeyConfig { PSP_INIT_KEYCONFIG_VSH = 0x100 , PSP_INIT_KEYCONFIG_GAME = 0x200 , PSP_INIT_KEYCONFIG_POPS = 0x300 } |
Functions | |
int | sceKernelInitApitype () |
Gets the api type. | |
char * | sceKernelInitFileName () |
Gets the filename of the executable to be launched after all modules of the api. | |
int | sceKernelBootFrom () |
Gets the device in which the application was launched. | |
int | InitForKernel_7233B5BC () |
Get the key configuration in which the system has booted. | |
#define sceKernelInitKeyConfig InitForKernel_7233B5BC |
int InitForKernel_7233B5BC | ( | ) |
Get the key configuration in which the system has booted.
int sceKernelBootFrom | ( | ) |
Gets the device in which the application was launched.
int sceKernelInitApitype | ( | ) |
Gets the api type.
char * sceKernelInitFileName | ( | ) |
Gets the filename of the executable to be launched after all modules of the api.