From 78edc36fe02119358e1ffef10a542eef0451c8ed Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Sat, 9 Dec 2017 14:49:54 -0800 Subject: [PATCH] Add +fps option to WINEDEBUG (Fixes: #700) --- lutris/runners/wine.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "