1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00

[util] Disable direct buffer mapping for Max Payne 1

Improves performance by avoiding stalls.
This commit is contained in:
Robin Kertels 2024-07-10 18:56:32 +02:00 committed by Philip Rebohle
parent e4fd9ff16b
commit a5fc08d176

View File

@ -1129,6 +1129,10 @@ namespace dxvk {
{ R"(\\Art of Murder - FBI Confidential\\game\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/* Max Payne 1 - Stalls waiting for an index buffer */
{ R"(\\MaxPayne\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
}};