mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
delete koku-xinput leftovers to fix #702
This commit is contained in:
parent
3c8b372945
commit
2469bbbbd6
1 changed files with 0 additions and 3 deletions
|
@ -397,9 +397,6 @@ class winesteam(wine.wine):
|
||||||
launch_info = {}
|
launch_info = {}
|
||||||
launch_info['env'] = self.get_env(full=False)
|
launch_info['env'] = self.get_env(full=False)
|
||||||
|
|
||||||
if self.runner_config.get('xinput'):
|
|
||||||
launch_info['ld_preload'] = self.get_xinput_path()
|
|
||||||
|
|
||||||
if self.runner_config.get('x360ce-path'):
|
if self.runner_config.get('x360ce-path'):
|
||||||
self.setup_x360ce(self.runner_config['x360ce-path'])
|
self.setup_x360ce(self.runner_config['x360ce-path'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue