1
0
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:
Blisto91 2024-06-10 19:42:44 +02:00 committed by Philip Rebohle
parent 51f2e246fa
commit 018db92342

View File

@ -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 */