Android high refresh rate screens #812
|
Hi! I would like to know how to set the refresh rate dynamically on android devices with 120hz screens based on the device's screen refresh rate (i.e. make the game choose either 60fps or 120fps based on user screen preference) something like glfwGetVideoMode in glfw. |
Answered by
DelinWorks
Oct 4, 2022
Replies: 2 comments
|
turns out the solution is vendor specific for each android device so sticking to just infinite fps and letting the system cap the fps is the appropriate solution |
0 replies
Answer selected by
DelinWorks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turns out the solution is vendor specific for each android device so sticking to just infinite fps and letting the system cap the fps is the appropriate solution