mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[util] Limit Bionic Commando to 60fps (#2685)
This commit is contained in:
parent
98dcd722ea
commit
f95f541852
@ -578,6 +578,11 @@ namespace dxvk {
|
|||||||
{ R"(\\swtor\.exe$)", {{
|
{ R"(\\swtor\.exe$)", {{
|
||||||
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Bionic Commando
|
||||||
|
Physics break at high fps */
|
||||||
|
{ R"(\\bionic_commando\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user