2020-03-11 20:19:01 +00:00
|
|
|
extern int vsync_frame;
|
|
|
|
|
2020-03-02 19:22:10 +00:00
|
|
|
void vsync_init(void);
|
2020-01-06 11:07:53 +00:00
|
|
|
void z_vsync_wait(void);
|
2020-03-02 19:22:10 +00:00
|
|
|
void vsync_exit(void);
|
2020-03-09 20:06:01 +00:00
|
|
|
|
|
|
|
void frame_delay(unsigned int frames);
|