Function psp::sys::sceGuStart

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuStart(
    context_type: GuContextType,
    list: *mut c_void
)
Expand description

Start filling a new display-context

The previous context-type is stored so that it can be restored at sceGuFinish.

§Parameters

  • cid: Context Type
  • list: Pointer to display-list (16 byte aligned)