mirror of
https://github.com/lutris/lutris
synced 2024-11-02 07:10:17 +00:00
Add +fps option to WINEDEBUG (Fixes: #700)
This commit is contained in:
parent
7ce5913ec9
commit
78edc36fe0
1 changed files with 2 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue