1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-20 08:52:22 +01:00

[util] Re-enable direct buffer mapping for Rayman 3

This commit is contained in:
WinterSnowfall 2024-11-02 12:02:55 +02:00 committed by Philip Rebohle
parent f74b2cd6c6
commit c606ab03e8

View File

@ -1150,7 +1150,7 @@ namespace dxvk {
* Missing geometry and textures without * * Missing geometry and textures without *
* legacy DISCARD behavior */ * legacy DISCARD behavior */
{ R"(\\Rayman3\.exe$)", {{ { R"(\\Rayman3\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" }, { "d3d9.maxFrameRate", "60" },
{ "d3d8.forceLegacyDiscard", "True" }, { "d3d8.forceLegacyDiscard", "True" },
}} }, }} },
}}; }};