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

Add frame delta smoothing option #48390

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Commits on Jul 14, 2021

  1. Add frame delta smoothing option

    Frame deltas are currently measured by querying the OS timer each frame. This is subject to random error. Frame delta smoothing instead filters the delta read from the OS by replacing it with the refresh rate delta wherever possible.
    
    This PR also contains code to estimate the refresh rate based on the input deltas, without reading the refresh rate from the host OS.
    lawnjelly committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6914d7c View commit details
    Browse the repository at this point in the history