G3X_GetCommandFifoCount


C Specification

#include <nitro/gx/g3x.h>

s32 G3X_GetCommandFifoCount(void);

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.

Arguments

None.

Return Values

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

See Also

Revision History

01/19/2004 Initial Version