pub unsafe extern "C" fn PMAPP_GetTitleExheaderFlags(
outCoreInfo: *mut ExHeader_Arm11CoreInfo,
outSiFlags: *mut ExHeader_SystemInfoFlags,
programInfo: *const FS_ProgramInfo,
) -> ResultExpand description
Gets a title’s ExHeader Arm11CoreInfo and SystemInfo flags.
§Arguments
outCoreInfo(direction out) - Pointer to write the ExHeader Arm11CoreInfo to.outSiFlags(direction out) - Pointer to write the ExHeader SystemInfo flags to.programInfo- Program information of the title.