Function ctru_sys::AM_GetPendingTitleCount
source · pub unsafe extern "C" fn AM_GetPendingTitleCount(
count: *mut u32_,
mediatype: FS_MediaType,
statusMask: u32_
) -> Result
Expand description
Gets the number of pending titles on this system.
§Arguments
count
(direction out) - Pointer to output the pending title count to.mediatype
- Media type of pending titles to count.statusMask
- Bit mask of status values to include.