1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Cap fps for F.E.A.R 1 & expansions

Visual glitches can occur at very high fps
This commit is contained in:
Blisto91 2024-09-22 18:42:44 +02:00 committed by Philip Rebohle
parent 04ad98690b
commit 5a08b3c451

View File

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