From 556e0d1dba6bb7a494dc7ce143314c81264568de Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 2 Dec 2018 20:27:39 +0100 Subject: [PATCH] Revert "[util] Report Nvidia GPU for Battlefield 1" This reverts commit 500d67e00280f1be7c12ccdbe2cda6eaedce4ce2. This game has some built-in driver detection on Nvidia which makes it fail to start on non-Nvidia hardware or when nvapi is not present. Fixes #795. --- src/util/config/config.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 4227842d3..6cf08c778 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -67,10 +67,6 @@ namespace dxvk { { "anno2205.exe", {{ { "dxvk.enableStateCache", "False" }, }} }, - /* Battlefield 1 */ - { "bf1.exe", {{ - { "dxgi.customVendorId", "10de" }, - }} }, }};