GX_SetVCount

C Specification

#include <nitro/gx/gx.h>

void GX_SetVCount(s32 count);

Arguments

count V-Count to set in the V-Counter (202 ≤ count ≤ 212)

Return Values

None.

Description

This function writes a value in the V-Count register. The written value takes effect when the V-Counter is updated. First confirm that the current V-Count is 202 – 212. Then write a value that is between 202 – 212.

See Also

GX_GetVCount

Revision History

01/19/2004 Initial version