mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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:
parent
863591275c
commit
7f4072eaf2
1 changed files with 9 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue