Function FSUSER_IsSdmcDetected

Source
pub unsafe extern "C" fn FSUSER_IsSdmcDetected(
    detected: *mut bool,
) -> Result
Expand description

Gets whether an SD card is detected.

ยงArguments

  • detected - Pointer to output the detection status to.