summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-13 22:56:59 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-13 22:56:59 -0800
commit62fdcbc92ba3c4a71742293d75d853c95eb5f3c7 (patch)
treedce685f5cf74848f6d6a85f93689cf8dec50e89b /io.c
parent802454482c2843234a19a06f6acce360e0be3d60 (diff)
Selecting a second game from the menu now works
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])