pub unsafe extern "C" fn GSPGPU_InvalidateDataCache(
    adr: *const c_void,
    size: u32_
) -> Result
Expand description

Invalidates memory in the data cache.

§Arguments

  • adr - Address to invalidate.
  • size - Size of the memory to invalidate.