mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Enable cached dynamic resources for DayZ (#2709)
This commit is contained in:
parent
2832083fe5
commit
1b89394aa0
@ -301,6 +301,10 @@ namespace dxvk {
|
||||
{ R"(\\GW2.Main_Win64_Retail\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
}} },
|
||||
/* DayZ */
|
||||
{ R"(\\DayZ_x64\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "cr" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user