mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
[util] Spoof Nvidia GPU for The Vanishing of Ethan Carter Redux
For some reason it crashes with AMD cards, but apparently not in D3D code. Closes #732.
This commit is contained in:
parent
941db96f79
commit
422cf71c55
@ -24,6 +24,10 @@ namespace dxvk {
|
||||
{ "dxgi.customVendorId", "1002" },
|
||||
{ "dxgi.customDeviceId", "e366" },
|
||||
}} },
|
||||
/* The Vanishing of Ethan Carter Redux */
|
||||
{ "EthanCarter-Win64-Shipping.exe", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
}} },
|
||||
/* The Evil Within */
|
||||
{ "EvilWithin.exe", {{
|
||||
{ "d3d11.dcMapSpeedHack", "False" },
|
||||
|
Loading…
Reference in New Issue
Block a user