GX_SetVCountEqVal

C Specification

#include <nitro/gx/gx.h>

void GX_SetVCountEqVal(s32 val);

Arguments

val The value to set for V-counter parity (0 ≤ count ≤ 262)

Return Values

None.

Description

This function configures the parity value that will be equal to the V-counter. The value must be an integer between 0 and 262.

The name of this function has been changed from GX_SetVCounterEqVal to GX_SetVCountEqVal. For compatibility, GX_SetVCounterEqVal has been defined as another name for GX_SetVCountEqVal.

See Also

GX_GetVCountEqVal, GX_IsVCountEq, GX_VCountEqIntr

Revision History

10/19/2004 Name changed from GX_SetVCounterEqVal to GX_SetVCountEqVal.
01/19/2004 Initial version.