Fix option type for vkd3d

This commit is contained in:
Mathieu Comandon 2020-03-26 23:27:34 -07:00
parent bb5c2d8b60
commit fd3b376e44

View file

@ -239,7 +239,7 @@ class wine(Runner):
"option": "vkd3d",
"label": "Enable VKD3D",
"advanced": True,
"type": "boolean",
"type": "bool",
"default": False
},
{