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 --print-fps to enable FPS counter on start #3030

Merged
merged 2 commits into from
Feb 18, 2022
Merged

Add --print-fps to enable FPS counter on start #3030

merged 2 commits into from
Feb 18, 2022

Commits on Feb 18, 2022

  1. Move FPS counter start/stop logs

    This will allow to print the same logs for every start/stop call.
    
    PR #3030 <#3030>
    rom1v committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    fa93c8a View commit details
    Browse the repository at this point in the history
  2. Add --print-fps to enable FPS counter on start

    The FPS counter could be enabled/disabled via MOD+i.
    
    Add a command line option to enable it on start. This is consistent with
    other features like --turn-screen-off or --fullscreen.
    
    Fixes #468 <#468>
    PR #3030 <#3030>
    rom1v committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    4b018be View commit details
    Browse the repository at this point in the history