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:
parent
27026f48a2
commit
502af0f866
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user