1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[util] Set Secret World Legends launcher to SM 2

This commit is contained in:
Blisto91 2023-01-07 23:49:38 +01:00 committed by Philip Rebohle
parent c11a63f5e5
commit 3ed0a4fd43

View File

@ -691,6 +691,11 @@ namespace dxvk {
{ R"(\\ffxiv\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
/* Secret World Legends launcher *
* Invisible UI */
{ R"(\\Secret World Legends\\ClientPatcher\.exe$)", {{
{ "d3d9.shaderModel", "2" },
}} },
}};