-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Instead of increasing Roblox's FPS cap, could the FPS unlocker remove the cap entirely? #52
Comments
There is a variable that specifies the minimum time each frame has to last, and that's what this program is overwriting. Technically you could just set it to 0, but there is no point because your computer wouldn't be able to render a frame instantly anyway. So answering the question, you could remove it entirely, but there is no reason to do that. There would be no difference between setting the cap to 1000 and 4294967295 because I doubt you would reach either of these frame rates anyway. |
Both windows and mac version work exactly the same way, which I explained in the previous message. In the windows version when you set the cap to none, in reality it's being set to 10000. |
U didn't explain it did that on Windows, but thanks. |
@lanylow Well now I'm wondering, why doesn't the Mac FPS unlocker just set it to 10000? Wouldn't that make it easier to use? |
Nothing is stopping you from setting it to 10000. Removing the ability to choose what frame rate you want would be a pointless limitation, as I can see people using caps such as 240. |
No description provided.
The text was updated successfully, but these errors were encountered: