1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[util] Enable d3d9.deferSurfaceCreation for Nights of Azure

This commit is contained in:
orbea 2021-04-26 09:23:12 -07:00 committed by Joshie
parent f0c1e89443
commit b84a03b4d4

View File

@ -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" },