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:
parent
135b8a0e53
commit
7b28bbae11
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user