GXRestoreWriteGatherPipe

C Specification

#include <revolution/gx.h>
void GXRestoreWriteGatherPipe ( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

GXRedirectWriteGatherPipe

Revision History

03/01/2006 Initial version.