mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 00:48:44 +01:00
[util] Strict float emulation for Supreme Commander
This commit is contained in:
parent
4f56e72d56
commit
968f0cdbc3
@ -561,6 +561,10 @@ namespace dxvk {
|
|||||||
{ R"(\\eoa\.exe$)", {{
|
{ R"(\\eoa\.exe$)", {{
|
||||||
{ "d3d9.customVendorId", "10de" },
|
{ "d3d9.customVendorId", "10de" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Supreme Commander. */
|
||||||
|
{ R"(\\SupremeCommander\.exe$)", {{
|
||||||
|
{ "d3d9.floatEmulation", "Strict" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user