Add help message for VKD3D option

This commit is contained in:
Mathieu Comandon 2020-03-29 15:10:40 -07:00
parent a7c5287b7e
commit d929d167c0

View file

@ -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",