From 8ba5256dc723262d592ef8f4746e996df87ca5d1 Mon Sep 17 00:00:00 2001 From: Blisto91 Date: Sun, 21 Apr 2024 21:46:28 +0200 Subject: [PATCH] [util] Set deferSurfaceCreation for 9th Dawn II OpenGL game that also spins up d3d9. Will black screen without deferSurfaceCreation when using dxvk --- src/util/config/config.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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" }, + }} }, /**********************************************/