[util] Set floatEmulation to Strict for Halo Online

This commit is contained in:
Blisto91 2023-05-18 14:06:57 +02:00 committed by Joshie
parent 65520fa18e
commit 99b367cdd6
1 changed files with 5 additions and 0 deletions

View File

@ -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) */