[util] enable alphaTestWiggleRoom for Ninja Blade

This commit is contained in:
Blisto91 2022-07-23 00:08:28 +02:00 committed by Joshie
parent f2d4455cdf
commit cb291f29a1
1 changed files with 5 additions and 0 deletions

View File

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