Function psp::sys::sceGuSync

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuSync(
    mode: GuSyncMode,
    behavior: GuSyncBehavior
) -> GeListState
Expand description

Wait until display list has finished executing

§Parameters

  • mode: What to wait for, one of GuSyncMode
  • behavior: How to sync, one of GuSyncBehavior

§Return Value

Unknown at this time. GeListState?