SDL/src/video/raspberry
Sam Lantinga 940933d892 Fixed bug 4054 - Raspberry Pi refresh rate detection
Viacheslav Slavinsky

SDL_rpivideo driver has 60 frames per second hardcoded in it, this is a problem for games that need to keep pace using VSYNC. I believe that I have found a solution to this. It is based on code in tvservice.c in rpi userland:

a1b89e91f3/host_applications/linux/apps/tvservice/tvservice.c (L433)
2018-02-07 15:05:30 -08:00
..
SDL_rpievents.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpievents_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpimouse.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpimouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpiopengles.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpiopengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rpivideo.c Fixed bug 4054 - Raspberry Pi refresh rate detection 2018-02-07 15:05:30 -08:00
SDL_rpivideo.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00