From 558e58d159eaa027e148f70347bbb6b8138a0781 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 5 May 2018 23:30:40 -0700 Subject: Refactor to split device bindings from IO emulation code --- blastem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.c') diff --git a/blastem.c b/blastem.c index 6234301..89d2694 100644 --- a/blastem.c +++ b/blastem.c @@ -23,6 +23,7 @@ #include "terminal.h" #include "arena.h" #include "config.h" +#include "bindings.h" #include "menu.h" #include "zip.h" #ifndef DISABLE_NUKLEAR @@ -562,6 +563,7 @@ int main(int argc, char ** argv) render_init(width, height, "BlastEm", fullscreen); render_set_drag_drop_handler(on_drag_drop); } + set_bindings(); uint8_t menu = !loaded; uint8_t use_nuklear = 0; -- cgit v1.2.3