#include <revolution/gx.h>GXBool GXGetGPFifo( GXFifoObj* fifo );fifo |
A pointer to the FIFO structure |
GX_TRUE if the FIFO status could be obtained; otherwise, GX_FALSE.
This function gets the current CPU FIFO state in the structure object specified by FIFO. This function returns GX_TRUE if data could be obtained; otherwise, it returns GX_FALSE if data could not be obtained because the GP FIFO has not been set.
03/01/2006 Initial version.