Skip to content

Commit

Permalink
[util] Set textureMemory to 0 for Dark Sector
Browse files Browse the repository at this point in the history
Works around some crashes
  • Loading branch information
Blisto91 authored and doitsujin committed Dec 12, 2024
1 parent 5868b06 commit 0997719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,10 @@ namespace dxvk {
{ R"(\\APGame\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Dark Sector - Crashes in places */
{ R"(\\DS\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },

/**********************************************/
/* D3D8 GAMES */
Expand Down

0 comments on commit 0997719

Please sign in to comment.