[util] disable floatControls for Bad Company 2

This commit is contained in:
Blisto91 2022-11-18 22:33:04 +01:00 committed by Philip Rebohle
parent dd7ec24269
commit 2c53459f4c
1 changed files with 5 additions and 0 deletions

View File

@ -314,6 +314,11 @@ namespace dxvk {
{ R"(\\VG2\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
/* Battlefield: Bad Company 2 *
* Gets rid of black flickering */
{ R"(\\BFBC2Game\.exe$)", {{
{ "d3d11.floatControls", "False" },
}} },
/**********************************************/
/* D3D9 GAMES */