Function psp::sys::sceKernelLoadExec

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelLoadExec(
    file: *const u8,
    param: *mut SceKernelLoadExecParam
) -> i32
Expand description

Execute a new game executable, limited when not running in kernel mode.

§Parameters

  • file: The file to execute.
  • param: Pointer to a SceKernelLoadExecParam structure, or NULL.

§Return Value

< 0 on error, probably.