Function psp::sys::sceGuSendList

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuSendList(
    mode: GuQueueMode,
    list: *const c_void,
    context: *mut GeContext
)
Expand description

Send a list to the GE directly

§Parameters

  • mode: Whether to place the list first or last in queue
  • list: List to send
  • context: Temporary storage for the GE context