#include <revolution/gx.h> u32 GXGetFifoCount( const GXFifoObj* fifo );
| fifo | A pointer to the FIFO structure. |
|---|
This function returns the counter of the specified FIFO object.
This function returns the counter (number of data items that have accumulated in the FIFO) of the specified FIFO object. It is used when you want to get the value of each setting from the FIFO state obtained using either GXGetCPUFifo or GXGetGPFifo.
2006/03/01 Initial version.
CONFIDENTIAL