mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-18 18:02:47 +01:00
bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@846 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -38,6 +38,8 @@ void plat_video_flip(void)
|
||||
|
||||
fbvar_new.yoffset = fbvar_old.yres * draw_buf;
|
||||
g_screen_ptr = fbdev_buffers[fbdev_buffer_write];
|
||||
|
||||
ioctl(fbdev, FBIOPAN_DISPLAY, &fbvar_new);
|
||||
}
|
||||
|
||||
void plat_video_wait_vsync(void)
|
||||
|
||||
Reference in New Issue
Block a user