1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[util] Spoof AMD GPU for Dauntless and Redout.

It silences some nvapi related warnings and improves performance on both titles by up to 10%.
Also fixes a random crash on Redout.
This commit is contained in:
Tk-Glitch 2018-10-12 12:39:51 +02:00 committed by Philip Rebohle
parent 27026f48a2
commit 502af0f866

View File

@ -75,6 +75,16 @@ namespace dxvk {
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Dauntless */
{ "Dauntless-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Redout */
{ "redout-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
}};