Skip to content

Commit

Permalink
[util] Enable cached dynamic resources for DayZ (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoop05 authored and doitsujin committed Jul 10, 2022
1 parent 6a33c5d commit 74abd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Expand Up @@ -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 */
Expand Down

0 comments on commit 74abd7b

Please sign in to comment.