[util] Set deferSurfaceCreation for 9th Dawn II

OpenGL game that also spins up d3d9. Will black screen without deferSurfaceCreation when using dxvk
This commit is contained in:
Blisto91 2024-04-21 21:46:28 +02:00 committed by Philip Rebohle
parent 2b70ba8f77
commit 8ba5256dc7
1 changed files with 6 additions and 0 deletions

View File

@ -865,6 +865,12 @@ namespace dxvk {
{ R"(\\ShippingPC-SkyGame\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* 9th Dawn II *
* OpenGL game that also spins up d3d9 *
* Black screens without config */
{ R"(\\ninthdawnii\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/**********************************************/