diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 961c74972..4bf6520ba 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */