1
0
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:
Matej Dian 2022-07-09 15:51:04 +02:00 committed by GitHub
parent 2832083fe5
commit 1b89394aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */