mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Force SM1 for the Escape from Tarkov launcher
This commit is contained in:
parent
fa45e5838e
commit
038ed23a5d
@ -538,6 +538,11 @@ namespace dxvk {
|
||||
{ R"(\\spv3\.exe$)", {{
|
||||
{ "d3d9.shaderModel", "1" },
|
||||
}} },
|
||||
/* Escape from Tarkov launcher
|
||||
Same issue as Warhammer: RoR above */
|
||||
{ R"(\\BsgLauncher\.exe$)", {{
|
||||
{ "d3d9.shaderModel", "1" },
|
||||
}} },
|
||||
/* Star Wars The Force Unleashed 2 *
|
||||
* Black particles because it tries to bind *
|
||||
* a 2D texture for a shader that *
|
||||
|
Loading…
x
Reference in New Issue
Block a user