[util] enable alphaTestWiggleRoom for Ninja Blade

This commit is contained in:
Blisto91 2022-07-23 00:08:28 +02:00 committed by Philip Rebohle
parent bc5a4d3f6d
commit de626a7e35
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 5 additions and 0 deletions

View File

@ -605,6 +605,11 @@ namespace dxvk {
{ R"(\\nfs3\.exe$)", {{
{ "d3d9.enableDialogMode", "True" },
}} },
/* Ninja Blade *
* Transparent main character on Nvidia */
{ R"(\\NinjaBlade\.exe$)", {{
{ "d3d9.alphaTestWiggleRoom", "True" },
}} },
}};