1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[util] Report Nvidia GPU for Battlefield 1

Reportedly improves performance for some weird reason.
This commit is contained in:
Philip Rebohle 2018-11-26 08:04:30 +01:00
parent 2d55852777
commit 500d67e002
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

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