1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-17 17:52:11 +01:00

Update config.cpp (#2256)

This commit is contained in:
pingubot 2021-08-27 13:10:24 +02:00 committed by GitHub
parent b498040f7d
commit 69588b02fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,9 +145,12 @@ namespace dxvk {
{ R"(\\Raft\.exe$)", {{
{ "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$)", {{
{ "dxgi.customVendorId", "10de" },
{ "d3d11.apitraceMode", "True" },
}} },
/* Atelier series - games try to render video *
* with a D3D9 swap chain over the DXGI swap *