455
edits
mNo edit summary |
mNo edit summary |
||
| Line 116: | Line 116: | ||
==Tips== | ==Tips== | ||
===How to enable VSYNC=== | ===How to enable VSYNC=== | ||
Created a file '''dxvk.conf''' in the game folder with the following content: | Created a file '''dxvk.conf''' in the game folder with the following content: | ||
| Line 123: | Line 121: | ||
'''d3d9.presentInterval = 1''' | '''d3d9.presentInterval = 1''' | ||
=== | ===How to limit FPS=== | ||
To limit FPS, set the environment variable: | |||
DXVK_FRAME_RATE=60 | |||
(Replace `60` with your preferred frame rate.) | |||
=== | ===Game start arguments=== | ||
I use the following arguments to start the game: | I use the following arguments to start the game: | ||