#include <revolution/gx.h>GXBool GXGetCPUFifo( 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. If the status was correctly obtained, the function returns GX_TRUE. If the status could not be obtained because the CPU FIFO had not been set, it returns GX_FALSE.
Note: In contrast to the function of the same name in the GAMECUBE SDK, this function directly gets the current state of the CPU FIFO that is being used. (Under the GAMECUBE SDK, only a pointer to the GXFifoObj structure last set by GXSetCPUFifo was returned.)
2007/03/05 Added a note about the difference with the Nintendo GameCube SDK.
2006/09/22 Corrected typo in the argument name.
2006/03/01 Initial version.
CONFIDENTIAL