Function sceGeListUpdateStallAddr
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceGeListUpdateStallAddr(
qid: i32,
stall: *mut c_void,
) -> i32
Expand description
Update the stall address for the specified queue.
§Parameters
qid: The ID of the queue.
stall: The new stall address.
§Return value
< 0 on error