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:
-rw-r--r--src/util/config/config.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index f4d5ea7a..af888be9 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -417,6 +417,11 @@ namespace dxvk {
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
{ "dxgi.hideAmdGpu", "True" },
}} },
+ /* HoloCure - Save the Fans!
+ Same as Cyberpunk 2077 */
+ { R"(\\HoloCure\.exe$)", {{
+ { "dxgi.useMonitorFallback", "True" },
+ }} },
/**********************************************/
/* D3D9 GAMES */