Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <47954800+Blisto91@users.noreply.github.com>2023-08-31 18:31:21 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-09-01 01:21:16 +0300
commitce2f9f35ce962a094178bf8a57146a445ffcda11 (patch)
tree08c41b091e34ea6d23b6b2a1fa3d0da3be8773e0
parenta3fa9c26dce09a4e21935789e4f13bb537b19021 (diff)
[util] Hide AMD in Riders Republic
Works around crashing because of statically linked amd ags
-rw-r--r--src/util/config/config.cpp4
1 files changed, 4 insertions, 0 deletions
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 */