|
MTek-GDL 0.100.4-muffintrap
|
Function for flushing cache after writing to memory. More...
#include <mgdl/mgdl-types.h>Go to the source code of this file.
Functions | |
| void | mgdl_CacheFlushRange (void *rangeStart, sizetype size) |
| Used to flus the cache after writing to memory. | |
Function for flushing cache after writing to memory.
| void mgdl_CacheFlushRange | ( | void * | rangeStart, |
| sizetype | size | ||
| ) |
Used to flus the cache after writing to memory.
This function is needed after code has modified memory that is read by gpu or audio device.
| rangeStart | Memory address to flush. |
| size | Size of the memory in bytes |