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:
parent
5e06cf9573
commit
a44dfabe26
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user