Search results for query: *

  • Users: MST
  • Content: Threads
  • Order by date
  1. M

    Vsync Problem

    I'm trying to cause a wait for vsync, but none of the methods I've been able to find are actually working for me int fd = open( "/dev/fb0" , O_RDONLY ); if( 0 < fd ) { int ret = 0; ret = ioctl(fd, FBIO_WAITFORVSYNC...
Back
Top