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

[util] Enable d3d9.deferSurfaceCreation for Ninja Gaiden Sigma/Sigma 2

Co-authored-by: Georg Lehmann <49841484+DadSchoorse@users.noreply.github.com>
This commit is contained in:
Thomas Crider 2021-06-10 01:38:58 -06:00 committed by Joshie
parent 01033af9a4
commit 63fd2b9d32

View File

@ -423,6 +423,10 @@ namespace dxvk {
{ R"(\\k2\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/* Ninja Gaiden Sigma 1/2 */
{ R"(\\NINJA GAIDEN SIGMA(2)?\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
}};