diff render.h @ 723:7178d750efbd

Process events while waiting for 68K debugger input. This prevents "not responsive" dialogs when sitting in the debugger
author Michael Pavone <pavone@retrodev.com>
date Thu, 21 May 2015 18:37:41 -0700
parents 019d27995e32
children fc68992cf18d
line wrap: on
line diff
--- a/render.h	Thu May 21 00:55:46 2015 -0700
+++ b/render.h	Thu May 21 18:37:41 2015 -0700
@@ -33,6 +33,7 @@
 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 <SDL.h>