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:
parent
7f89fe1406
commit
79a20c463f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user