Skip to content
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

Disabled v-sync, capped FPS to 60 #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaschutte
Copy link
Collaborator

Description of changes

Disabled v-sync and used an FPS cap of 60 instead.
This is done to combat the stuttery behavior the game displays as higher refresh rates. This stuttering only appears on frame rates higher than 60, not lower than 60. Having the FPS being capped at 60 effectively eliminates the issue. Note that v-sync does not help, as monitors can have higher refresh rates than 60, and thus the character still stutters.

Disclaimer

This isn't exactly a fix, but rather a workaround. We should get behind the core of this issue some day, but for now this would suffice.

Issue(s)

Closes #293 and possibly #268

@jaschutte jaschutte requested review from Koopa1018 and GTcreyon June 2, 2024 09:30
@jaschutte jaschutte mentioned this pull request Jun 2, 2024
@GTcreyon
Copy link
Contributor

Is there a reason this issue needs to be worked around in advance of resolving it directly? And, is a capped framerate necessarily more comfortable than the jittering?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stuttery mario on high refreshrates
2 participants