summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/blastem.c b/blastem.c
index 9a9d84d..620f721 100644
--- a/blastem.c
+++ b/blastem.c
@@ -24,6 +24,7 @@
#include "arena.h"
#include "config.h"
#include "menu.h"
+#include "nuklear_ui/blastem_nuklear.h"
#define BLASTEM_VERSION "0.5.2-pre"
@@ -462,6 +463,8 @@ int main(int argc, char ** argv)
} else {
game_system = current_system;
}
+
+ blastem_nuklear_init(game_system == current_system);
current_system->debugger_type = dtype;
current_system->enter_debugger = start_in_debugger && menu == debug_target;