From afec5cce88f3fb6c47624da0e6cf6a15b68896cd Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:27:30 +0100 Subject: [PATCH] [util] Remove some unneeded built in configs Dirt 5 does not crash without working ags anymore and Ethan Carter Redux also starts fine without a spoof. This allows the built in AMD ags in Proton 9 to be used for these games. The Hitman 3 config is redundant as it doesn't allow RT to be enabled without Nvapi anyway. --- src/util/config/config.cpp | 13 ------------- 1 file changed, 13 deletions(-) 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. */