mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[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:
parent
4e464327ef
commit
e70f9f92a6
@ -115,8 +115,9 @@ namespace dxvk {
|
|||||||
}} },
|
}} },
|
||||||
/* NieR Replicant */
|
/* NieR Replicant */
|
||||||
{ R"(\\NieR Replicant ver\.1\.22474487139\.exe)", {{
|
{ R"(\\NieR Replicant ver\.1\.22474487139\.exe)", {{
|
||||||
{ "dxgi.syncInterval", "1" },
|
{ "dxgi.syncInterval", "1" },
|
||||||
{ "dxgi.maxFrameRate", "60" },
|
{ "dxgi.maxFrameRate", "60" },
|
||||||
|
{ "d3d11.apitraceMode", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* SteamVR performance test */
|
/* SteamVR performance test */
|
||||||
{ R"(\\vr\.exe$)", {{
|
{ R"(\\vr\.exe$)", {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user