[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.
This commit is contained in:
Blisto91 2024-02-24 16:27:30 +01:00 committed by Philip Rebohle
parent 4b0e3111d1
commit afec5cce88
1 changed files with 0 additions and 13 deletions

View File

@ -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. */