#include <nitro/gx/gx.h>
int GX_IsVCountEq(void);
This function returns a nonzero value when the V-counter parity value that is set by the GX_SetVCountEqVal function is the same as the V-counter. If the two values are not the same, the function returns a value of 0.
The name of this function was changed from GX_IsVCounterEq to GX_IsVCountEq. To maintain compatibility, GX_IsVCounterEq is defined with a separate name from GX_IsVCountEq.
None
GX_VCountEqIntr, GX_SetVCountEqVal
GX_IsVCounterEq to GX_IsVCountEq