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:
authorWinterSnowfall <WinterSnowfall@users.noreply.github.com>2023-08-29 15:37:35 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-08-30 19:02:02 +0300
commit5c56fa0df43cff84b7af3e9c1b3718ed924a8b0f (patch)
tree6640123cc1ed1f1cefb94fdf5104b194783de779
parent7e10021eacffb0bbaca7370dfedeedae18e35537 (diff)
[util] Enable deferSurfaceCreation for Drakensang
-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 b5851424..ebe28c8b 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -803,6 +803,10 @@ namespace dxvk {
{ R"(\\Snowblind(.SP|.MP|.exe)$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
+ /* Drakensang: The Dark Eye */
+ { R"(\\drakensang\.exe$)", {{
+ { "d3d9.deferSurfaceCreation", "True" },
+ }} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */