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:
parent
04ad98690b
commit
5a08b3c451
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user