[−][src]Function pspsdk_sys::sdk::sceKernelLoadExecVSHDisc
pub unsafe extern "C" fn sceKernelLoadExecVSHDisc(
file: *const c_char,
param: *mut SceKernelLoadExecVSHParam
) -> c_int
Executes a new executable from a disc. It is the function used by the firmware to execute the EBOOT.BIN from a disc.
@param file - The file to execute. @param param - Pointer to a ::SceKernelLoadExecVSHParam structure, or NULL.
@return < 0 on some errors.