G3X_GetCommandFifoCount

C Specification

#include <nitro/gx/g3x.h>

s32 G3X_GetCommandFifoCount(void);

Arguments

None.

Return Values

Total number of commands and data stored in the current command FIFO (in words).

Description

This function returns the total number of commands and data stored in the current command FIFO. The return value takes values from 0 to 255.

See Also

Revision History

01/19/2004 Initial version