mirror of
https://github.com/Ryujinx/SDL.git
synced 2026-02-20 16:42:11 +00:00
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:
|
||
|---|---|---|
| .. | ||
| SDL_rpievents.c | ||
| SDL_rpievents_c.h | ||
| SDL_rpimouse.c | ||
| SDL_rpimouse.h | ||
| SDL_rpiopengles.c | ||
| SDL_rpiopengles.h | ||
| SDL_rpivideo.c | ||
| SDL_rpivideo.h | ||