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-10-10 17:15:09 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-10-10 20:32:23 +0300
commite00db245574c7a51c802a91e86a794f9c632e5d4 (patch)
tree2a54e449e32477af10bf5b1e9167199c766525f1
parent552d2f0a6d5c5710124ce921d5f9e132082c584a (diff)
[util] Enable useMonitorFallback for Holocure
Temporary performance drop workaround until QueryDisplayConfig optimization is in Proton Wine.
-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 */