From 018db92342769fa847d356e5f578c43c89b46a18 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:42:44 +0200 Subject: [PATCH] [util] Disable Crysis 1 refresh rate fps limiter Game bug in its d3d10 mode where it selects the lowest supported refresh rate. --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 0c7c61758..87f8d2085 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */