#include <nitro/gx/gx.h>
s32 GX_GetVCount(void);
None.
V-Counter value.
This function returns which of the 263 lines in the LCD is currently being displayed. The return value is an integer 0 – 262. If 0 – 191, it is drawing; if 192 – 262 it is in the V-Blank period.
01/19/2004 Initial version.