mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Enable cached dynamic vertex/index buffers in GTA V
Fixes #3311.
This commit is contained in:
parent
631171cf45
commit
977669c613
@ -346,6 +346,10 @@ namespace dxvk {
|
||||
{ R"(\\GRB\.exe$)", {{
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
}} },
|
||||
/* GTA V performance issues */
|
||||
{ R"(\\GTA5\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "vi" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user