mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Force SM1 for the Warhammer ROR Launcher (#2579)
Co-authored-by: Philip Rebohle <25567304+doitsujin@users.noreply.github.com>
This commit is contained in:
parent
8c96830752
commit
7bcf3e1062
@ -524,6 +524,12 @@ namespace dxvk {
|
||||
{ R"(\\limbo\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
/* Warhammer: Return of Reckoning Launcher
|
||||
Forcing SM1 fixes a black window otherwise caused by
|
||||
the lack of support for partial presentation */
|
||||
{ R"(\\RoRLauncher\.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