mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 02:52:10 +01:00
Update config.cpp (#2256)
This commit is contained in:
parent
b498040f7d
commit
69588b02fe
@ -145,9 +145,12 @@ namespace dxvk {
|
|||||||
{ R"(\\Raft\.exe$)", {{
|
{ R"(\\Raft\.exe$)", {{
|
||||||
{ "dxvk.enableOpenVR", "False" },
|
{ "dxvk.enableOpenVR", "False" },
|
||||||
}} },
|
}} },
|
||||||
/* Crysis 3 - slow if it notices AMD card */
|
/* Crysis 3 - slower if it notices AMD card *
|
||||||
|
* Apitrace mode helps massively in cpu bound *
|
||||||
|
* game parts */
|
||||||
{ R"(\\Crysis3\.exe$)", {{
|
{ R"(\\Crysis3\.exe$)", {{
|
||||||
{ "dxgi.customVendorId", "10de" },
|
{ "dxgi.customVendorId", "10de" },
|
||||||
|
{ "d3d11.apitraceMode", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Atelier series - games try to render video *
|
/* Atelier series - games try to render video *
|
||||||
* with a D3D9 swap chain over the DXGI swap *
|
* with a D3D9 swap chain over the DXGI swap *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user