Function GSPGPU_ReadHWRegs

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

Reads from GPU hardware registers.

ยงArguments

  • regAddr - Register address to read from.
  • data - Buffer to read data to.
  • size - Size of the buffer.