GXGetCPUFifo

C Specification

#include <revolution/gx.h>
GXBool GXGetCPUFifo( GXFifoObj*  void );

Arguments

fifo A pointer to the FIFO structure

Return Values

GX_TRUE if the FIFO status could be obtained; otherwise, GX_FALSE.

Description

This function gets the current CPU FIFO state in the structure object specified by FIFO. This function returns GX_TRUE if the status was correctly obtained; otherwise, it returns GX_FALSE if the status could not be obtained because the CPU FIFO had not been set.

See Also

GXSetCPUFifo

Revision History

03/01/2006 Initial version.