[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:
Robin Kertels 2022-05-31 15:19:30 +02:00 committed by GitHub
parent 8c96830752
commit 7bcf3e1062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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