Skip to content

Commit

Permalink
[util] Disable dcSingleUseMode for Cardfight!! Vanguard Dear Days 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored Feb 7, 2025
1 parent 357484b commit 5e0ac4f
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 @@ -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 */
Expand Down

0 comments on commit 5e0ac4f

Please sign in to comment.