summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/io.c b/io.c
index 0debbd2..6ac4bf9 100644
--- a/io.c
+++ b/io.c
@@ -742,6 +742,11 @@ void set_keybindings(io_port *ports)
speeds[i] = 100;
}
}
+ map_all_bindings(ports);
+}
+
+void map_all_bindings(io_port *ports)
+{
for (int bucket = 0; bucket < 256; bucket++)
{
if (bindings[bucket])