Function ctru_sys::gspWaitForEvent

source ·
pub unsafe extern "C" fn gspWaitForEvent(
    id: GSPGPU_Event,
    nextEvent: bool
)
Expand description

Waits for a GSPGPU event to occur.

§Arguments

  • id - ID of the event.
  • nextEvent - Whether to discard the current event and wait for the next event.