diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index ea4629b87..4d0753cc7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */