Function psp::sys::sceKernelGetVTimerBase

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelGetVTimerBase(
    uid: SceUid,
    base: *mut SceKernelSysClock
) -> i32
Expand description

Get the timer base

§Parameters

  • uid: UID of the vtimer
  • base: Pointer to a SceKernelSysClock structure

§Return Value

0 on success, < 0 on error