diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8943f868..8de4da2a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -26,10 +26,6 @@ namespace dxvk { * when running on AMD hardware */ { R"(\\EliteDangerous64\.exe$)", {{ { "dxgi.customVendorId", "10de" }, - }} }, - /* The Vanishing of Ethan Carter Redux */ - { R"(\\EthanCarter-Win64-Shipping\.exe$)", {{ - { "dxgi.customVendorId", "10de" }, }} }, /* EVE Online: Needs this to expose D3D12 * * otherwise D3D12 option on launcher is * @@ -236,11 +232,6 @@ namespace dxvk { { R"(\\nioh2\.exe$)", {{ { "dxgi.deferSurfaceCreation", "True" }, }} }, - /* DIRT 5 - uses amd_ags_x64.dll when it * - * detects an AMD GPU */ - { R"(\\DIRT5\.exe$)", {{ - { "dxgi.customVendorId", "10de" }, - }} }, /* Crazy Machines 3 - crashes on long device * * descriptions */ { R"(\\cm3\.exe$)", {{ @@ -915,10 +906,6 @@ namespace dxvk { { R"(\\Cyberpunk2077\.exe$)", {{ { "dxgi.useMonitorFallback", "True" }, }} }, - /* Hitman 3 - Ray Tracing */ - { R"(\\HITMAN3\.exe$)", {{ - { "dxgi.hideNvidiaGpu", "False" }, - }} }, /* Metro Exodus Enhanced Edition picks GPU adapters * by available VRAM, which causes issues on some * systems with integrated graphics. */