mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Set floatEmulation to Strict for Halo Online
This commit is contained in:
parent
65520fa18e
commit
99b367cdd6
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user