pub unsafe extern "C" fn GSPGPU_ReadHWRegs(
regAddr: u32_,
data: *mut u32_,
size: u8_,
) -> ResultExpand description
Reads from GPU hardware registers.
ยงArguments
regAddr- Register address to read from.data- Buffer to read data to.size- Size of the buffer.