Add d3d9.deferSurfaceCreation workaround for Scrapland (Remastered) (#2574)

This commit is contained in:
Winter Snowfall 2022-05-31 16:17:31 +03:00 committed by GitHub
parent 93eb86aa3e
commit 8c96830752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -531,6 +531,10 @@ namespace dxvk {
{ R"(\\SWTFU2\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Scrapland (Remastered) */
{ R"(\\Scrap\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Majesty 2 (Collection) *
* Crashes on UMA without a memory limit, *
* since the game(s) will allocate all *