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

rsx: Add 120fps and monitor refresh-rate frame limits #16071

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 11, 2024

  • Add limit of 120fps.
  • Add frame limit according to monitor display rate, allowing many users to be able to set the frame limiter to their custom monitor's rates such as 75, 90, 144, 165 and so on.
  • Add a note in frame limiter setting description about the existence of setting "Second Frame Limit" in config file, it does not describe where the file intentionally. (should only be used by experienced users)

Fixes #15257

image

@ElTioRata
Copy link

Could you add more common values seen on other high refresh rate monitors? (165, 180, 240, 280, 360, 480...).

@elad335
Copy link
Contributor Author

elad335 commented Sep 11, 2024

No, there is the second setting for that. And with higher frame rate there is more chance for stability issues therefore I prefer it hidden and out of hands of newbies.

@elad335 elad335 changed the title rsx: Add 120fps and 144fps frame limit rsx: Add 120fps and monitor refresh-rate frame limits Sep 12, 2024
@elad335
Copy link
Contributor Author

elad335 commented Sep 12, 2024

Added an option to set it for current monitor's refresh rate.

@elad335 elad335 force-pushed the uwu branch 5 times, most recently from 1b5b4c4 to 51213eb Compare September 12, 2024 05:46
@elad335
Copy link
Contributor Author

elad335 commented Sep 12, 2024

MERGED

@elad335 elad335 merged commit 743f9a9 into RPCS3:master Sep 12, 2024
6 checks passed
@Kiyuja
Copy link

Kiyuja commented Sep 12, 2024

Awesome stuff. !65Hz user myself and it was a little awkward sometimes, not every game likes fiddling around with the VBlank setting. Caps aren't always perfect but it should definitely help with the original issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Frame limit (feature request)
3 participants