1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

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.
This commit is contained in:
Philip Rebohle 2018-12-02 20:27:39 +01:00
parent 835d92b802
commit 556e0d1dba

View File

@ -67,10 +67,6 @@ namespace dxvk {
{ "anno2205.exe", {{
{ "dxvk.enableStateCache", "False" },
}} },
/* Battlefield 1 */
{ "bf1.exe", {{
{ "dxgi.customVendorId", "10de" },
}} },
}};