mirror of https://github.com/nmlgc/ReC98.git
5 lines
210 B
C++
5 lines
210 B
C++
|
// Waits until VSync, then sets the GDC's hardware scroll registers so that
|
||
|
// the given line will appear at the top of the screen for all subsequent
|
||
|
// frames.
|
||
|
void z_vsync_wait_and_scrollup(int line_on_top);
|