1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Enable deferSurfaceCreation for Drakensang

This commit is contained in:
WinterSnowfall 2023-08-29 15:37:35 +03:00 committed by Philip Rebohle
parent 7e10021eac
commit 5c56fa0df4

View File

@ -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) */