mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[util] Enable apitrace mode for Darksiders Warmastered Edition
Fixes #1719.
This commit is contained in:
parent
d4f6ccb8a8
commit
346197c8c1
@ -229,6 +229,11 @@ namespace dxvk {
|
||||
{ R"(\\Observation\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
/* Darksiders Warmastered - apparently reads *
|
||||
* from write-only mapped buffers */
|
||||
{ R"(\\darksiders1\.exe$)", {{
|
||||
{ "d3d11.apitraceMode", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user