diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b4377643..60f1d7ca 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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) */