Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
[util] Add config for Vampire The Masquerade Bloodlines
Browse files Browse the repository at this point in the history
Closes #438
  • Loading branch information
misyltoad committed Nov 20, 2019
1 parent 245db22 commit 81a2425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ namespace dxvk {
{ R"(\\csgo\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
}} },
/* Vampire - The Masquerade Bloodlines */
{ R"(\\vampire\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
{ "d3d9.memoryTrackTest", "True" },
{ "d3d9.maxAvailableMemory", "1073741824" },
}} },
}};


Expand Down

0 comments on commit 81a2425

Please sign in to comment.