1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-21 22:54:16 +01:00

[util] Set cachedDynamicBuffers for The Sims 2 and friends

Helps very low CPU bound performance especially in Castaway Stories.
This commit is contained in:
Blisto91 2024-06-28 18:53:23 +02:00 committed by Robin Kertels
parent a63a5753d4
commit fe9c875fe9

View File

@ -502,6 +502,7 @@ namespace dxvk {
{ "d3d9.supportX4R4G4B4", "False" }, { "d3d9.supportX4R4G4B4", "False" },
{ "d3d9.maxAvailableMemory", "2048" }, { "d3d9.maxAvailableMemory", "2048" },
{ "d3d9.memoryTrackTest", "True" }, { "d3d9.memoryTrackTest", "True" },
{ "d3d9.cachedDynamicBuffers", "True" },
}} }, }} },
/* Dead Space uses the a NULL render target instead /* Dead Space uses the a NULL render target instead
of a 1x1 one if DF24 is NOT supported of a 1x1 one if DF24 is NOT supported