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:
parent
01033af9a4
commit
63fd2b9d32
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user