[util] Enable cached constant buffers for Frostpunk

Massively improves CPU-bound performance.
This commit is contained in:
Philip Rebohle 2022-03-26 12:43:04 +01:00
parent 4e34c29c56
commit b4efaa4ef0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace dxvk {
* after creating the DXGI swap chain */
{ R"(\\Frostpunk\.exe$)", {{
{ "dxgi.deferSurfaceCreation", "True" },
{ "d3d11.cachedDynamicResources", "c" },
}} },
/* Nioh: See Frostpunk, apparently? */
{ R"(\\nioh\.exe$)", {{