From d929d167c0ecbc166f33ed0dbd18a8a68bc04220 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Sun, 29 Mar 2020 15:10:40 -0700 Subject: [PATCH] Add help message for VKD3D option --- lutris/runners/wine.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lutris/runners/wine.py b/lutris/runners/wine.py index a540560c8..830725357 100644 --- a/lutris/runners/wine.py +++ b/lutris/runners/wine.py @@ -240,7 +240,10 @@ class wine(Runner): "label": "Enable VKD3D", "advanced": True, "type": "bool", - "default": False + "default": False, + "help": ( + "Enable DX12 support with VKD3D. This requires a compatible Wine build." + ) }, { "option": "esync",