mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
report missing key binding
This commit is contained in:
parent
c1d1779624
commit
bf413fc12a
@ -63,6 +63,8 @@ def add_input_bindings(group, bindings, force_binding=None, keymap=keymap_digita
|
||||
bindings[action_name].append(binding)
|
||||
else:
|
||||
bindings[action_name] = [binding]
|
||||
else:
|
||||
print(f"[X] missing keymap for {i}")
|
||||
return bindings
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user