Function psp::sys::sceGuFinish

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuFinish() -> i32
Expand description

Finish current display list and go back to the parent context

If the context is Direct, the stall-address is updated so that the entire list will execute. Otherwise, only the terminating action is written to the list, depending on the context type.

The finish-callback will get a zero as argument when using this function.

This also restores control back to whatever context that was active prior to this call.

§Return Value

Size of finished display list