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

Flushes memory from the data cache.

§Arguments

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