LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Add a Frame Rate Setting

Open CryZe opened this issue 5 years ago • 1 comments

We are currently throttling the framerate to 30 FPS. We could go up to the display's refresh rate, but that will negatively impact the battery usage. We probably want to introduce two different rendering modes:

  • High Frame Rate
  • Battery Friendly

You should be able to choose between them in the settings. Additionally we may want to have an automatic mode that uses the unfortunately deprecated Battery API to check if the device is plugged in and fully charged (?) to dynamically switch to High Frame Rate.

The exact details can be discussed in this issue or a PR.

CryZe avatar May 28 '20 19:05 CryZe

This can just be a toggle down here. I don't think we want to use the battery API:

https://i.imgur.com/x5BRNYR.png

CryZe avatar Jan 02 '21 16:01 CryZe