Function psp::sys::sceUmdDeactivate

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUmdDeactivate(
    unit: i32,
    drive: *const u8
) -> i32
Expand description

Deativates the UMD drive

§Parameters

  • unit: The unit to initialise (probably). Should be set to 1.
  • drive: A prefix string for the fs device to mount the UMD on (e.g. “disc0:”)

§Return Value

< 0 on error