[util] Enable strict float emulation for Red River

This commit is contained in:
Robin Kertels 2024-02-20 21:22:25 +01:00
parent e6a0e86ed1
commit f295fab162
No known key found for this signature in database
GPG Key ID: 3824904F14D40757
1 changed files with 6 additions and 1 deletions

View File

@ -868,7 +868,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) */