1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 22:08:59 +01:00

[util] Disable unmapping for Saints Row 2

This commit is contained in:
Blisto91 2022-08-06 16:18:57 +02:00 committed by Joshie
parent 135b8a0e53
commit 7b28bbae11

View File

@ -599,6 +599,10 @@ namespace dxvk {
{ R"(\\yso_win\.exe$)", {{
{ "d3d9.maxFrameLatency", "1" },
}} },
/* Saints Row 2 - Prevents unmap crash */
{ R"(\\SR2_pc\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
}};