[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 GitHub
parent 863591275c
commit 7f4072eaf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 */