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.