Function ctru_sys::FSPXI_GetLegacyRomHeader
source · pub unsafe extern "C" fn FSPXI_GetLegacyRomHeader(
serviceHandle: Handle,
mediaType: FS_MediaType,
programId: u64_,
header: *mut c_void
) -> Result
Expand description
Gets the legacy ROM header of a program.
§Arguments
mediaType
- Media type of the program.programId
- ID of the program.header
- Pointer to output the legacy ROM header to. (size = 0x3B4)