mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-13 07:08:50 +01:00
[util] Set dcSingleUseMode to false for SnowRunner
This commit is contained in:
parent
f2bb1d4b69
commit
6449f583f8
@ -360,6 +360,10 @@ namespace dxvk {
|
|||||||
{ R"(\\CrashBandicootNSaneTrilogy\.exe$)", {{
|
{ R"(\\CrashBandicootNSaneTrilogy\.exe$)", {{
|
||||||
{ "dxgi.syncInterval", "1" },
|
{ "dxgi.syncInterval", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* SnowRunner */
|
||||||
|
{ R"(\\SnowRunner\.exe$)", {{
|
||||||
|
{ "d3d11.dcSingleUseMode", "False" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user