mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-06 09:57:53 +02:00
[util] Disable DC Single Use Mode for Cardfight!! Vanguard Dear Days
This commit is contained in:
parent
8f8a93696d
commit
785bc9738f
@ -309,6 +309,11 @@ namespace dxvk {
|
|||||||
{ R"(\\MSFC\.exe$)", {{
|
{ R"(\\MSFC\.exe$)", {{
|
||||||
{ "dxgi.maxFrameRate", "60" },
|
{ "dxgi.maxFrameRate", "60" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Cardfight!! Vanguard Dear Days: *
|
||||||
|
* Submits command lists multiple times */
|
||||||
|
{ R"(\\VG2\.exe$)", {{
|
||||||
|
{ "d3d11.dcSingleUseMode", "False" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user