-
Notifications
You must be signed in to change notification settings - Fork 862
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
[Feature Request]Force Refresh Rate #4421
Comments
The d3d8/d3d9 situation on this front should be improved since f74b2cd . Otherwise, I don't think forcing anything not configurable in game is a good idea. Some of them have physics calculations tied to the frame-rate (which is generally expected to be 60 fps for older games). |
For such games the framerate cap can be configured separately (many are already pre-configured inside DXVK), so that's barely an argument. |
fwiw you can somewhat achieve this behavior with the below for d3d8/d3d9
Or the below for d3d10/d3d11
Though note this will always enable vsync for the game, not only when it is enabled ingame. Edit: |
Was wondering if it'd be possible to add a cvar that forces a game to use your desired refresh rate? (for those stubborn games that insist on using 60hz even though you have a 144hz monitor, for example)
The text was updated successfully, but these errors were encountered: