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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@DelinWorks |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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