1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[util] Enable uploadAllManagedSubresources for Nekopara titles

This commit is contained in:
Joshua Ashton 2020-06-05 02:35:03 +01:00
parent d39cf31189
commit b658cae509

View File

@ -352,6 +352,10 @@ namespace dxvk {
{ R"(\\SpellForce2FaithInDestiny\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Nekopara */
{ R"(\\nekopara.*\.exe$)", {{
{ "d3d9.uploadAllManagedSubresources", "True" },
}} },
}};