[util] Enable apitrace mode for Nier Replicant

Game is broken and reads back dynamic vertex/index buffers over PCI-E.
This commit is contained in:
Philip Rebohle 2022-02-14 09:20:41 +01:00
parent 4e464327ef
commit e70f9f92a6
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 3 additions and 2 deletions

View File

@ -115,8 +115,9 @@ namespace dxvk {
}} },
/* NieR Replicant */
{ R"(\\NieR Replicant ver\.1\.22474487139\.exe)", {{
{ "dxgi.syncInterval", "1" },
{ "dxgi.maxFrameRate", "60" },
{ "dxgi.syncInterval", "1" },
{ "dxgi.maxFrameRate", "60" },
{ "d3d11.apitraceMode", "True" },
}} },
/* SteamVR performance test */
{ R"(\\vr\.exe$)", {{