diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2d4cfef18..c8ed3a1cd 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -973,6 +973,11 @@ namespace dxvk { { R"(\\PrinceOfPersia_Launcher\.exe$)", {{ { "d3d9.maxFrameRate", "240" }, }} }, + /* F.E.A.R 1 & expansions * + * Graphics glitches at very high fps */ + { R"(\\FEAR(MP|XP|XP2)?\.exe$)", {{ + { "d3d9.maxFrameRate", "360" }, + }} }, /**********************************************/ /* D3D8 GAMES */