From 5c56fa0df43cff84b7af3e9c1b3718ed924a8b0f Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Tue, 29 Aug 2023 15:37:35 +0300 Subject: [util] Enable deferSurfaceCreation for Drakensang --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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) */ -- cgit v1.2.3