Skip to content

Commit

Permalink
[util] Disable DC Single Use Mode for Cardfight!! Vanguard Dear Days
Browse files Browse the repository at this point in the history
  • Loading branch information
K0bin authored and doitsujin committed Nov 15, 2022
1 parent 8f8a936 commit 785bc97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 785bc97

Please sign in to comment.