mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] disable floatControls for Bad Company 2
This commit is contained in:
parent
dd7ec24269
commit
2c53459f4c
1 changed files with 5 additions and 0 deletions
|
@ -314,6 +314,11 @@ namespace dxvk {
|
||||||
{ R"(\\VG2\.exe$)", {{
|
{ R"(\\VG2\.exe$)", {{
|
||||||
{ "d3d11.dcSingleUseMode", "False" },
|
{ "d3d11.dcSingleUseMode", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Battlefield: Bad Company 2 *
|
||||||
|
* Gets rid of black flickering */
|
||||||
|
{ R"(\\BFBC2Game\.exe$)", {{
|
||||||
|
{ "d3d11.floatControls", "False" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
|
Loading…
Add table
Reference in a new issue