From 99b367cdd6643d1515c0d4a5c9f7cda6d287955b Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Thu, 18 May 2023 14:06:57 +0200 Subject: [PATCH] [util] Set floatEmulation to Strict for Halo Online --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 372d7bb47..0430ca8f8 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -746,6 +746,11 @@ namespace dxvk { { R"(\\DCGAME\.EXE$)", {{ { "d3d9.deviceLost", "True" }, }} }, + /* Halo Online * + * Black textures */ + { R"(\\eldorado\.exe$)", {{ + { "d3d9.floatEmulation", "Strict" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */