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:
parent
8c58bef9cf
commit
d31b7997c0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user