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 a --max-fps command-line argument to set a FPS limit #78012

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Jul 28, 2023

  1. Add a --max-fps command-line argument to set a FPS limit

    This allows limiting framerate on any project, which is useful to
    reduce power usage and latency with certain setups (such as VRR displays).
    
    This is particularly useful in projects that do not expose a setting to change
    the FPS limit. While external FPS limiters can be used, they can be cumbersome
    to set up and result in increased input lag compared to a built-in FPS limiter.
    Calinou committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4cab770 View commit details
    Browse the repository at this point in the history