mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
Fix controller config generator.
This commit is contained in:
parent
a24a9c266f
commit
acebfc4e4d
@ -38,7 +38,10 @@ def add_input_bindings(group, bindings, force_binding=None, keymap=keymap_digita
|
||||
for ss in x:
|
||||
st = ss.split()
|
||||
if st[0] == 'game_action':
|
||||
action_name = st[2][:-1]
|
||||
if st[2][-1] == ",":
|
||||
action_name = st[2][:-1]
|
||||
else:
|
||||
action_name = st[2][:]
|
||||
if force_binding is None:
|
||||
binding = keymap[i.lower()]
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user