#include <revolution/gd.h> void GDFlushCurrToMem();
None.
None.
This function ensures that the memory buffer for the current graphics display list object is flushed into main memory and out of the CPU cache. The memory buffer is where the actual display list data is stored.
This function can be used only with a GD library compiled on Wii. For PC compile, this function doesn't operate.
This function only calls the DCFlushRange function for the entire display list memory buffer. This method may not necessarily be the fastest method.
2006/03/01 Initial version.
CONFIDENTIAL