fixed gamepad config issue

This commit is contained in:
punkrockguy318 2008-06-17 17:36:01 +00:00
parent a5d1f30977
commit 427c7ad721
1 changed files with 1 additions and 1 deletions

2
gfceu
View File

@ -507,7 +507,7 @@ class GfceuApp:
'gp3_button' : '3',
'gp4_button' : '4'}
command = '-inputcfg gamepad' + d[widget.name] + ' /dev/null'
launch(command, True)
self.launch(command, True)
def config_help_button_clicked(self, menuitem, data=None):
msgbox = gtk.MessageDialog(parent=None, flags=0,