Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <Blisto@protonmail.com>2024-01-03 17:38:22 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2024-01-09 12:42:52 +0300
commita44dfabe262cc7e0ff8ffb5a44f8eab9cea706aa (patch)
treebdb3eaef0811fcd8f87318a90ba8fb81dcfca9cf
parent5e06cf95737ccf8cdd8a8bcc50c944a4ae0f4ecc (diff)
[util] Set float emulation to Strict for UK Truck Simulator 1
Fixes black foliage
-rw-r--r--src/util/config/config.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index e19dd7b7..fb86ed56 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -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) */