2024-01-16 11:42:22 +00:00
|
|
|
// Blocks until [frames] number of VSync interrupts have occurred, and returns
|
|
|
|
// at the beginning of the following vertical blanking interval.
|
2021-02-04 19:16:03 +00:00
|
|
|
void pascal frame_delay(int frames);
|
|
|
|
void pascal frame_delay_2(int frames);
|