[util] Set float emulation to Strict for UK Truck Simulator 1

Fixes black foliage
This commit is contained in:
Blisto91 2024-01-03 15:38:22 +01:00 committed by Philip Rebohle
parent 5e06cf9573
commit a44dfabe26
1 changed files with 5 additions and 0 deletions

View File

@ -845,6 +845,11 @@ namespace dxvk {
{ R"(\\soniccd\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* UK Truck Simulator 1 */
{ R"(\\UK Truck Simulator\\bin\\win_x86\\game\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */