pub unsafe extern "C" fn AM_GetTitleExtDataId(
extDataId: *mut u64_,
mediatype: FS_MediaType,
titleId: u64_,
) -> ResultExpand description
Gets the ext data ID of a title.
ยงArguments
extDataId(direction out) - Pointer to output the ext data ID to.mediatype- Media type of the title.titleID- ID of the title.