#include <revolution/gx.h> void GXRestoreWriteGatherPipe ( void );
None.
None.
This function restores the write gather pipe. The CPU FIFO that was connected when the GXRedirectWriteGatherPipe function was called will be re-connected. If data is pending in the write gather pipe (i.e., if the amount of data written was not a multiple of 32 bytes), the data will be padded with zeroes and flushed out.
This function must be called between successive calls to the GXRedirectWriteGatherPipe function.
2006/03/01 Initial version.
CONFIDENTIAL