1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-01 16:24:12 +01:00

[util] Spoof Nvidia cards for Crysis 3

The game for some reason runs significantly slower in CPU-bound scenarios
when it recognizes an AMD GPU. On the other hand, there seems to be a small
performance hit on an actual Nvidia GPU (GTX 670) in GPU-bound scenarios when
doing this, but on most setups the tradeoff should be worth it.
This commit is contained in:
Philip Rebohle 2019-12-11 23:01:27 +01:00
parent b9258c0c49
commit 4fcf28f4dc
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -148,6 +148,10 @@ namespace dxvk {
{ R"(\\mgsvtpp\.exe$)", {{
{ "dxvk.enableOpenVR", "False" },
}} },
/* Crysis 3 - slow if it notices AMD card */
{ R"(\\Crysis3\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
}};