From 3a8bf28e0355ea4cab083781e29b19e878eaeffe Mon Sep 17 00:00:00 2001 From: Die4Ever <30947252+Die4Ever@users.noreply.github.com> Date: Thu, 4 Apr 2024 04:29:46 -0500 Subject: [PATCH] [util] Re-add TRAHA Global config discussion here https://github.com/doitsujin/dxvk/commit/855b2746b61ad944759ae9e31bbb4ad7562e6912#commitcomment-140395860 --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5691c8c2..3c45a825 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -331,6 +331,11 @@ namespace dxvk { { R"(\\SonicFrontiers\.exe$)", {{ { "dxgi.maxFrameLatency", "1" }, }} }, + /* TRAHA Global * + * Shadow issues when it sees AMD/Nvidia */ + { R"(\\RapaNui-Win64-Shipping\.exe$)", {{ + { "dxgi.customVendorId", "8086" }, + }} }, /* SpellForce 3 Reforced & expansions * * Greatly improves CPU bound performance */ { R"(\\SF3ClientFinal\.exe$)", {{