From aae498498ff0484ae33c7e6496549058dc00b4e8 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 31 May 2018 12:35:38 -0500 Subject: [PATCH] proton: Add +debugstr to default channels Some games dump useful debug info here, especially Id Software games. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 4dd3d2c5..bc4f1936 100755 --- a/proton +++ b/proton @@ -14,7 +14,7 @@ import tarfile from filelock import FileLock, Timeout # For performance, all logging is turned off by default. It can be enabled here. -#WITH_WINEDEBUG="+timestamp,+pid,+tid,+seh" +#WITH_WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr" #WITH_DXVK_LOG_LEVEL="info" CURRENT_PREFIX_VERSION="3.7-1"