Function 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.