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 c3652c43..745d4c8a 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -425,6 +425,11 @@ namespace dxvk {
{ R"(\\HoloCure\.exe$)", {{
{ "dxgi.useMonitorFallback", "True" },
}} },
+ /* Kenshi *
+ * Helps CPU bound performance */
+ { R"(\\kenshi_x64\.exe$)", {{
+ { "d3d11.cachedDynamicResources", "v" },
+ }} },
/**********************************************/
/* D3D9 GAMES */