mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] cap MGS V Ground Zeroes vram at 4095
This commit is contained in:
parent
a2a21cb4d3
commit
8f24093864
@ -289,6 +289,11 @@ namespace dxvk {
|
||||
{ R"(\\Stray-Win64-Shipping\.exe$)", {{
|
||||
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
||||
}} },
|
||||
/* Metal Gear Solid V: Ground Zeroes *
|
||||
* Texture quality can break at high vram */
|
||||
{ R"(\\MgsGroundZeroes\.exe$)", {{
|
||||
{ "dxgi.maxDeviceMemory", "4095" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user