We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff3332 commit ea98c86Copy full SHA for ea98c86
1 file changed
gfx/video_driver.c
@@ -5318,11 +5318,6 @@ static INLINE int16_t video_driver_scanline_get(void)
5318
return -1;
5319
}
5320
5321
-static INLINE void video_driver_scanline_pause(float refresh_rate)
5322
-{
5323
- video_driver_state_t *video_st = video_state_get_ptr();
5324
-}
5325
-
5326
static INLINE void video_driver_scanline_before_frame(video_driver_state_t *video_st,
5327
float refresh_rate,
5328
uint16_t frame_time_target,
0 commit comments