From ce2f9f35ce962a094178bf8a57146a445ffcda11 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:31:21 +0200 Subject: [util] Hide AMD in Riders Republic Works around crashing because of statically linked amd ags --- 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 ebe28c8b..31977698 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -413,6 +413,10 @@ namespace dxvk { { R"(\\Vindictus(_x64)?\.exe$)", {{ { "d3d11.cachedDynamicResources", "cr" }, }} }, + /* Riders Republic - Statically linked AMDAGS */ + { R"(\\RidersRepublic(_BE)?\.exe$)", {{ + { "dxgi.hideAmdGpu", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */ -- cgit v1.2.3