Change dxvk_version to choice_with_entry to allow for future versions

This commit is contained in:
Mathieu Comandon 2018-05-16 22:46:27 -07:00
parent 86aeb49fdc
commit 2da2223224

View file

@ -620,7 +620,7 @@ class wine(Runner):
{
'option': 'dxvk_version',
'label': 'DXVK version',
'type': 'choice',
'type': 'choice_with_entry',
'choices': get_dxvk_choices,
'default': dxvk.DXVK_LATEST
},