Function FSUSER_IsSdmcWritable

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

Gets whether the SD card is writable.

ยงArguments

  • writable - Pointer to output the writable status to.