mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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$)", {{
|
{ R"(\\Observation\.exe$)", {{
|
||||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Darksiders Warmastered - apparently reads *
|
||||||
|
* from write-only mapped buffers */
|
||||||
|
{ R"(\\darksiders1\.exe$)", {{
|
||||||
|
{ "d3d11.apitraceMode", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user