diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f4b7fc4c3..0a8e8437c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -475,6 +475,11 @@ namespace dxvk { { R"(\\FarCry(5|NewDawn)\.exe$)", {{ { "d3d11.zeroInitWorkgroupMemory", "True" }, }} }, + /* Cardfight!! Vanguard Dear Days 2 - Broken * + * effects and Invisible cards in battles */ + { R"(\\VGDD2\.exe$)", {{ + { "d3d11.dcSingleUseMode", "False" }, + }} }, /**********************************************/ /* D3D9 GAMES */