From 422cf71c55826baf7b7d920563b755faa4c85d6a Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 25 Oct 2018 17:49:42 +0200 Subject: [PATCH] [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. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 61df44d7..63ed49c2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" },