diff --git a/lutris/runners/wine.py b/lutris/runners/wine.py index 5b90b0138..0a24c407c 100644 --- a/lutris/runners/wine.py +++ b/lutris/runners/wine.py @@ -700,7 +700,8 @@ class wine(Runner): 'type': 'choice', 'choices': [('Disabled', '-all'), ('Enabled', ''), - ('Full', '+all')], + ('Show FPS', '+fps'), + ('Full (CAUTION: Will cause MASSIVE slowdown)', '+all')], 'default': '-all', 'advanced': True, 'help': ("Output debugging information in the game log "