PSPSDK 2024-10-31
|
Go to the source code of this file.
Data Structures | |
struct | SceKernelLoadExecVSHParam |
Structure for LoadExecVSH* functions. More... | |
Functions | |
int | sceKernelExitVSHVSH (struct SceKernelLoadExecVSHParam *param) |
Restart the vsh. | |
int | sceKernelLoadExecVSHDisc (const char *file, struct SceKernelLoadExecVSHParam *param) |
Executes a new executable from a disc. | |
int | sceKernelLoadExecVSHDiscUpdater (const char *file, struct SceKernelLoadExecVSHParam *param) |
Executes a new executable from a disc. | |
int | sceKernelLoadExecVSHMs1 (const char *file, struct SceKernelLoadExecVSHParam *param) |
Executes a new executable from a memory stick. | |
int | sceKernelLoadExecVSHMs2 (const char *file, struct SceKernelLoadExecVSHParam *param) |
Executes a new executable from a memory stick. | |
int | sceKernelLoadExecVSHMs3 (const char *file, struct SceKernelLoadExecVSHParam *param) |
Executes a new executable from a memory stick. | |