-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No fast forward in the sdl2 video driver when Vsync is turned on #5628
Comments
Is there any reason you are using the SDL driver? I understand its mostly there as a last resort and the other drivers should be much better supported. |
Yes, it runs "alot better" than Vulkan or OpenGL. The others seem to also work okay, but SDL doesn't have weird resize issues for one. I made this topic an few months ago: |
Well that is unfortunate, I wish I could offer something more helpful. :( The SDL driver has been neglected and is missing features like this because its often inferior to the other video drivers, but I guess that is not always true... |
Well luckily on this PC it isn't more or less the case but on my other two laptops, I'm pretty sure it still is. |
It turns out that turning off Vsync works. |
@hyarsan I can not reproduce this with |
First and foremost consider this:
Description
No fast forward in the sdl2 video driver when Vsync is enabled.
There is working slow-motion though.
Expected behavior
Fast forward in the sdl2 video driver even if Vsync is on
Actual behavior
No fast forward in the sdl2 video driver when Vsync is on
Steps to reproduce the bug
Bisect Results
This was always the case.
Version/Commit
You can find this information under Information/System Information
Environment information
The text was updated successfully, but these errors were encountered: