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