Skip to content

Commit

Permalink
[util] Set deferSurfaceCreation for 9th Dawn II
Browse files Browse the repository at this point in the history
OpenGL game that also spins up d3d9. Will black screen without deferSurfaceCreation when using dxvk
  • Loading branch information
Blisto91 authored and doitsujin committed Apr 22, 2024
1 parent 2b70ba8 commit 8ba5256
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },


/**********************************************/
Expand Down

0 comments on commit 8ba5256

Please sign in to comment.