[util] Disable DC Single Use Mode for Cardfight!! Vanguard Dear Days

This commit is contained in:
Robin Kertels 2022-11-15 15:49:45 +01:00 committed by Philip Rebohle
parent 8f8a93696d
commit 785bc9738f
1 changed files with 5 additions and 0 deletions

View File

@ -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 */