diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 6cf08c778..4227842d3 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -67,6 +67,10 @@ namespace dxvk { { "anno2205.exe", {{ { "dxvk.enableStateCache", "False" }, }} }, + /* Battlefield 1 */ + { "bf1.exe", {{ + { "dxgi.customVendorId", "10de" }, + }} }, }};