Commit d744aafb0587f8a4917287df8d2e891871e0b324

Sam Lantinga 2022-09-15T01:00:12

Added support for simulated vsync in the renderer This kicks in if the platform doesn't support vsync directly, or if the present fails for some reason (e.g. minimized on some platforms) Fixes https://github.com/libsdl-org/SDL/issues/5134