GX_SetVCountEqVal

Syntax

#include <nitro/gx/gx.h>

void GX_SetVCountEqVal(s32 val);

Arguments

val The value to set for V-counter parity (0 ≤ val ≤ 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.

To synchronize V-blanks during MP communications, the V-count value can roll back in a range of 202 to 210, so be careful when using this feature.

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

2007/10/16 Added a note about use during MP communications.
2004/10/19 Changed the function name from GX_SetVCounterEqVal to GX_SetVCountEqVal.
2004/01/19 Initial version.


CONFIDENTIAL