diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 9e6c8696..c0c2a085 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, /**********************************************/