1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-07 16:54:14 +01:00

[util] Add configs for Star Wars Empire at War

In both the base game and expansion the Water and Shader Detail options are locked at their lowest value when they see Intel.
In the base game (not expansion) the AA option disappears for some reason whenit sees vram at 2075MB and above.
This commit is contained in:
Blisto91 2025-01-20 22:14:11 +01:00 committed by Philip Rebohle
parent 685126482d
commit a3ba8fb4dc

View File

@ -1036,6 +1036,15 @@ namespace dxvk {
{ R"(\\MaxPayne3\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Star Wars Empire at War & expansion *
* On Intel the Water & Shader Detail option *
* can't be modified. In base game the AA *
* option dissapears at 2075MB vram and above */
{ R"(\\(StarWarsG|sweaw|swfoc)\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
{ "d3d9.maxAvailableMemory", "2048" },
{ "d3d9.memoryTrackTest", "True" },
}} },
/**********************************************/
/* D3D8 GAMES */