pokeheartgold/lib/include/nitro/gx.h
2021-09-27 20:00:18 -04:00

9 lines
130 B
C

#ifndef NITRO_GX_H_
#define NITRO_GX_H_
static inline s32 GX_GetVCount(void) {
return reg_GX_VCOUNT;
}
#endif //NITRO_GX_H_