1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[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

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" },
}} },
}};