mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Set textureMemory to 0 for Dark Sector
Works around some crashes
This commit is contained in:
parent
5868b067e4
commit
03808a6ceb
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue