Function ctru_sys::AM_GetTitleCount

source ·
pub unsafe extern "C" fn AM_GetTitleCount(
    mediatype: FS_MediaType,
    count: *mut u32_
) -> Result
Expand description

Gets the number of titles for a given media type.

§Arguments

  • mediatype - Media type to get titles from.
  • count (direction out) - Pointer to write the title count to.