1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 13:24:20 +01:00

[util] Enable cachedDynamicBuffers for APB:Reloaded

Fixes frametime jumps when shooting.
Discussed on the Discord server.
This commit is contained in:
Tiagoquix 2024-08-30 15:20:44 -03:00 committed by Philip Rebohle
parent 8c58bef9cf
commit d31b7997c0

View File

@ -999,6 +999,11 @@ namespace dxvk {
{ R"(\\RaccoonCity\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
/* APB: Reloaded *
* Fixes frametime jumps when shooting */
{ R"(\\APB\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/**********************************************/
/* D3D8 GAMES */