From 500d67e00280f1be7c12ccdbe2cda6eaedce4ce2 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 26 Nov 2018 08:04:30 +0100 Subject: [PATCH] [util] Report Nvidia GPU for Battlefield 1 Reportedly improves performance for some weird reason. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 6cf08c77..4227842d 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" }, + }} }, }};