#include <nitro/gx/gx.h>
void GX_SetVCountEqVal(s32 val);
val | The value to set for V-counter parity (0 ≤ count ≤ 262) |
None.
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
.
GX_GetVCountEqVal
, GX_IsVCountEq
, GX_VCountEqIntr
10/19/2004 Name changed from GX_SetVCounterEqVal
to GX_SetVCountEqVal
.
01/19/2004 Initial version.