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:
Diffstat (limited to 'src/util/config/config.cpp')
-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) */