Function ctru_sys::AMAPP_GetDLCContentInfoCount
source · pub unsafe extern "C" fn AMAPP_GetDLCContentInfoCount(
count: *mut u32_,
mediatype: FS_MediaType,
titleID: u64_
) -> Result
Expand description
Gets the number of content index installed under the specified DLC title.
§Arguments
count
(direction out) - Pointer to output the number of content indices to.mediatype
- Media type of the title.titleID
- Title ID to retrieve the count for (high-id is 0x0004008C).