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

[util] Enable apitrace mode for Crysis 3 Remastered

This commit is contained in:
Robin Kertels 2021-10-18 18:08:43 +02:00 committed by Philip Rebohle
parent 7f89fe1406
commit 79a20c463f

View File

@ -154,6 +154,12 @@ namespace dxvk {
{ "dxgi.customVendorId", "10de" },
{ "d3d11.apitraceMode", "True" },
}} },
/* Crysis 3 Remastered *
* Apitrace mode helps massively in cpu bound *
* game parts */
{ R"(\\Crysis3Remastered\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* Atelier series - games try to render video *
* with a D3D9 swap chain over the DXGI swap *
* chain, which breaks D3D11 presentation */