Add +fps option to WINEDEBUG (Fixes: #700)

This commit is contained in:
Mathieu Comandon 2017-12-09 14:49:54 -08:00
parent 7ce5913ec9
commit 78edc36fe0

View file

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