fixed gamepad config issue
This commit is contained in:
parent
a5d1f30977
commit
427c7ad721
2
gfceu
2
gfceu
|
@ -507,7 +507,7 @@ class GfceuApp:
|
||||||
'gp3_button' : '3',
|
'gp3_button' : '3',
|
||||||
'gp4_button' : '4'}
|
'gp4_button' : '4'}
|
||||||
command = '-inputcfg gamepad' + d[widget.name] + ' /dev/null'
|
command = '-inputcfg gamepad' + d[widget.name] + ' /dev/null'
|
||||||
launch(command, True)
|
self.launch(command, True)
|
||||||
|
|
||||||
def config_help_button_clicked(self, menuitem, data=None):
|
def config_help_button_clicked(self, menuitem, data=None):
|
||||||
msgbox = gtk.MessageDialog(parent=None, flags=0,
|
msgbox = gtk.MessageDialog(parent=None, flags=0,
|
||||||
|
|
Loading…
Reference in New Issue