pub unsafe extern "C" fn GSPGPU_WriteHWRegs(
regAddr: u32_,
data: *const u32_,
size: u8_,
) -> ResultExpand description
Writes to GPU hardware registers.
ยงArguments
regAddr- Register address to write to.data- Data to write.size- Size of the data to write.