mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +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$)", {{
|
{ R"(\\RaccoonCity\.exe$)", {{
|
||||||
{ "d3d9.textureMemory", "0" },
|
{ "d3d9.textureMemory", "0" },
|
||||||
}} },
|
}} },
|
||||||
|
/* APB: Reloaded *
|
||||||
|
* Fixes frametime jumps when shooting */
|
||||||
|
{ R"(\\APB\.exe$)", {{
|
||||||
|
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D8 GAMES */
|
/* D3D8 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user