pub unsafe extern "C" fn GSPGPU_SetBufferSwap(
    screenid: u32_,
    framebufinfo: *const GSPGPU_FramebufferInfo
) -> Result
Expand description

Updates a screen’s framebuffer state.

§Arguments

  • screenid - ID of the screen to update.
  • framebufinfo - Framebuffer information to update with.