Function ctru_sys::AM_GetTitleList

source ·
pub unsafe extern "C" fn AM_GetTitleList(
    titlesRead: *mut u32_,
    mediatype: FS_MediaType,
    titleCount: u32_,
    titleIds: *mut u64_
) -> Result
Expand description

Gets a list of title IDs present in a mediatype.

§Arguments

  • titlesRead (direction out) - Pointer to output the number of read titles to.
  • mediatype - Media type to get titles from.
  • titleCount - Number of title IDs to get.
  • titleIds - Buffer to output the retrieved title IDs to.