mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] disable floatControls for Bad Company 2
This commit is contained in:
parent
dd7ec24269
commit
2c53459f4c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user