Function psp::sys::sceUmdWaitDriveStatWithTimer

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUmdWaitDriveStatWithTimer(
    state: UmdStateFlags,
    timeout: u32
) -> i32
Expand description

Wait for the UMD drive to reach a certain state

§Parameters

  • state: UMD state(s) to wait for

§Parameters

  • timeout: Timeout value in microseconds

§Return Value

< 0 on error