#include <nitro/gx/gx.h>
void GX_SetVCount(s32 count);
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.
count |
V-Count to set in the V-Counter |
None
01/19/2004 Initial Version