From b84a03b4d4dc4907dde30d71e6823f45dad038f7 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 26 Apr 2021 09:23:12 -0700 Subject: [PATCH] [util] Enable d3d9.deferSurfaceCreation for Nights of Azure --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b3109511..2900e853 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -170,6 +170,10 @@ namespace dxvk { { R"(\\FAIRY_TAIL\.exe$)", {{ { "d3d9.deferSurfaceCreation", "True" }, }} }, + /* Nights of Azure */ + { R"(\\CNN\.exe$)", {{ + { "d3d9.deferSurfaceCreation", "True" }, + }} }, /* Star Wars Battlefront II: amdags issues */ { R"(\\starwarsbattlefrontii\.exe$)", {{ { "dxgi.customVendorId", "10de" },