mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Disable Crysis 1 refresh rate fps limiter
Game bug in its d3d10 mode where it selects the lowest supported refresh rate.
This commit is contained in:
parent
51f2e246fa
commit
018db92342
@ -451,6 +451,11 @@ namespace dxvk {
|
||||
{ R"(\\watch_dogs\.exe$)", {{
|
||||
{ "d3d11.longMad", "True" },
|
||||
}} },
|
||||
/* Crysis 1/Warhead - Game bug in d3d10 makes *
|
||||
* it select lowest supported refresh rate */
|
||||
{ R"(\\Crysis(64)?\.exe$)", {{
|
||||
{ "dxvk.maxFrameRate", "-1" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user