diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f3028b337..8d9fa3a5e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -309,6 +309,11 @@ namespace dxvk { { R"(\\MSFC\.exe$)", {{ { "dxgi.maxFrameRate", "60" }, }} }, + /* Cardfight!! Vanguard Dear Days: * + * Submits command lists multiple times */ + { R"(\\VG2\.exe$)", {{ + { "d3d11.dcSingleUseMode", "False" }, + }} }, /**********************************************/ /* D3D9 GAMES */