From b9b2db510eb3460e4f28a0ac3e18499515b935de Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 23 May 2023 23:27:43 +0200 Subject: [PATCH] [util] Limit fps for some Tomb Raider games --- src/util/config/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8a7da899..9e9446c5 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -497,6 +497,7 @@ namespace dxvk { * D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */ { R"(\\(trl|tra|tru)\.exe$)", {{ { "d3d9.apitraceMode", "True" }, + { "d3d9.maxFrameRate", "60" }, }} }, /* Everquest */ { R"(\\eqgame\.exe$)", {{