1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-13 07:08:50 +01:00

[util] Strict float emulation for Supreme Commander

This commit is contained in:
Blisto91 2022-06-12 20:21:27 +02:00 committed by Joshie
parent 4f56e72d56
commit 968f0cdbc3

View File

@ -561,6 +561,10 @@ namespace dxvk {
{ R"(\\eoa\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
/* Supreme Commander. */
{ R"(\\SupremeCommander\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
}};