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:
Diffstat (limited to 'src/util/config/config.cpp')
-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 */