From 68f82c7735196d65a2d57ce8d36cac01a402c3a2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 21 May 2015 18:37:41 -0700 Subject: Process events while waiting for 68K debugger input. This prevents "not responsive" dialogs when sitting in the debugger --- render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render.h') diff --git a/render.h b/render.h index 90ebf9d..79f05ca 100644 --- a/render.h +++ b/render.h @@ -33,6 +33,7 @@ void process_events(); int render_joystick_num_buttons(int joystick); int render_joystick_num_hats(int joystick); int render_num_joysticks(); +void process_events(); //TODO: Throw an ifdef in here once there's more than one renderer #include -- cgit v1.2.3