Function GSPGPU_FlushDataCache

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