Function GSPGPU_InvalidateDataCache

Source
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.