mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 22:29:16 +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:
parent
b9258c0c49
commit
4fcf28f4dc
@ -148,6 +148,10 @@ namespace dxvk {
|
|||||||
{ R"(\\mgsvtpp\.exe$)", {{
|
{ R"(\\mgsvtpp\.exe$)", {{
|
||||||
{ "dxvk.enableOpenVR", "False" },
|
{ "dxvk.enableOpenVR", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Crysis 3 - slow if it notices AMD card */
|
||||||
|
{ R"(\\Crysis3\.exe$)", {{
|
||||||
|
{ "dxgi.customVendorId", "10de" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user