Skip to content

Commit

Permalink
[util] Set float emulation to Strict for UK Truck Simulator 1
Browse files Browse the repository at this point in the history
Fixes black foliage
  • Loading branch information
Blisto91 authored and doitsujin committed Jan 9, 2024
1 parent 5e06cf9 commit a44dfab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit a44dfab

Please sign in to comment.