GX_SetVCount


C Specification

#include <nitro/gx/gx.h>

void GX_SetVCount(s32 count);

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.

Arguments

count V-Count to set in the V-Counter

Return Values

None

See Also

GX_GetVCount

Revision History

01/19/2004 Initial Version