From 3a72ca93876f91999738120dfb44d9fe8c5e7e82 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:46:50 +0100 Subject: [PATCH] [util] Remove allowDirectBufferMapping config from Halo Online Causes a black foliage issue on specific maps --- src/util/config/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2d8913826..709f8c599 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -843,7 +843,6 @@ namespace dxvk { * Black textures */ { R"(\\eldorado\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, - { "d3d9.allowDirectBufferMapping", "False" }, }} }, /* Injustice: Gods Among Us * * Locks a buffer that's still in use */