#include <nitro/gx/gx.h>
void GX_SetVCountEqVal(s32 val);
| val | The value to set for V-counter parity |
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 with a separate name from GX_SetVCountEqVal.
GX_GetVCountEqVal, GX_IsVCountEq, GX_VCountEqIntr
01/19/2004 - Initial Version
10/19/2004 - Name changed from GX_SetVCounterEqVal to GX_SetVCountEqVal