1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[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

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