From c606ab03e8e9c3291ad9912d97842392f36ea076 Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Sat, 2 Nov 2024 12:02:55 +0200 Subject: [PATCH] [util] Re-enable direct buffer mapping for Rayman 3 --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 634c2f634..c6b956a1c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1150,7 +1150,7 @@ namespace dxvk { * Missing geometry and textures without * * legacy DISCARD behavior */ { R"(\\Rayman3\.exe$)", {{ - { "d3d9.allowDirectBufferMapping", "False" }, + { "d3d9.maxFrameRate", "60" }, { "d3d8.forceLegacyDiscard", "True" }, }} }, }};