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:
parent
7e10021eac
commit
5c56fa0df4
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user