Function ctru_sys::FSREG_LoadProgram
source · pub unsafe extern "C" fn FSREG_LoadProgram(
programHandle: *mut u64_,
programInfo: *const FS_ProgramInfo
) -> Result
Expand description
Loads a program.
§Arguments
programHandle[out]
- Pointer to the output the program handle to.programInfo
- Information about the program to load.