|
pspsdk-1.0+beta2
|

Go to the source code of this file.
Data Structures | |
| struct | SceKernelLoadExecVSHParam |
| Structure for LoadExecVSH* functions. More... | |
Functions | |
| int | sceKernelLoadExecBufferPlain (SceSize bufsize, void *buf, struct SceKernelLoadExecParam *param) |
| Executes a new executable from a buffer. | |
| 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. | |