Skip to content

Commit

Permalink
[util] Enable d3d9.deferSurfaceCreation for Nights of Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea authored and misyltoad committed May 7, 2021
1 parent f0c1e89 commit b84a03b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit b84a03b

Please sign in to comment.