GX_SetVCountEqVal

Syntax

#include <nitro/gx/gx.h>

void GX_SetVCountEqVal(s32 val);

Arguments

val The value to set for V-counter parity

Returned value

None

Explanation

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.

See also:

GX_GetVCountEqVal, GX_IsVCountEq, GX_VCountEqIntr

History

01/19/2004 - Initial Version
10/19/2004 - Name changed from GX_SetVCounterEqVal to GX_SetVCountEqVal