#include <revolution/gx.h>u32 GXGetFifoSize( const GXFifoObj* fifo );fifo |
A pointer to the FIFO structure |
This function returns the size of the specified FIFO object.
This function returns the size 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.
GXGetCPUFifo
GXGetGPFifo
GXGetFifoSize
GXInitFifoBase
03/01/2006 Initial version.