2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-09-02 15:55:10 +00:00

proton: Enable dxvk-nvapi logging when PROTON_LOG is used.

This commit is contained in:
Krzysztof Bogacki
2024-01-07 13:52:55 +01:00
committed by Arkadiusz Hiler
parent dfd3b65de6
commit 235a203f8a
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ user_settings = {
#DXVK debug logging
"DXVK_LOG_LEVEL": "info",
#DXVK-NVAPI debug logging
"DXVK_NVAPI_LOG_LEVEL": "info",
#vkd3d debug logging
"VKD3D_DEBUG": "warn",