mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Enable strict float emulation for Red River
This commit is contained in:
parent
39c19e9299
commit
f254afb4fb
@ -873,7 +873,12 @@ namespace dxvk {
|
||||
{ R"(\\SupremeRulerUltimate\.exe$)", {{
|
||||
{ "d3d9.countLosableResources", "False" },
|
||||
}} },
|
||||
|
||||
/* Operation Flashpoint: Red River *
|
||||
* Flickering issues */
|
||||
{ R"(\\RedRiver\.exe$)", {{
|
||||
{ "d3d9.floatEmulation", "Strict" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user