Skip to content

Commit

Permalink
[util] Report 3.5GB vram max for The Sims 2
Browse files Browse the repository at this point in the history
Otherwise it will eat up the whole address space creating textures.
  • Loading branch information
Joshua-Ashton committed Sep 8, 2019
1 parent 717d9c4 commit a5b0424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/config/config.cpp
Expand Up @@ -212,6 +212,7 @@ namespace dxvk {
/* The Sims 2 */
{ R"(\\Sims2.*\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
{ "d3d9.maxAvailableMemory", "3758096384" },
}} },
/* Dead Space uses the a NULL render target instead
of a 1x1 one if DF24 is NOT supported */
Expand Down

0 comments on commit a5b0424

Please sign in to comment.