pub unsafe extern "C" fn GSPGPU_WriteHWRegs(
    regAddr: u32_,
    data: *const u32_,
    size: u8_
) -> Result
Expand description

Writes to GPU hardware registers.

§Arguments

  • regAddr - Register address to write to.
  • data - Data to write.
  • size - Size of the data to write.