mirror of
https://github.com/lutris/lutris.git
synced 2026-06-20 11:50:11 -04:00
Add +fps option to WINEDEBUG (Fixes: #700)
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user