diff render.h @ 937:9364dad5561a

Added reasonable handling of joystick hotplug
author Michael Pavone <pavone@retrodev.com>
date Tue, 23 Feb 2016 21:17:56 -0800
parents 9e882eca717e
children 284d905ca582
line wrap: on
line diff
--- a/render.h	Sat Feb 20 01:11:18 2016 -0800
+++ b/render.h	Tue Feb 23 21:17:56 2016 -0800
@@ -55,9 +55,6 @@
 void render_debug_mode(uint8_t mode);
 void render_debug_pal(uint8_t pal);
 void process_events();
-int render_joystick_num_buttons(int joystick);
-int render_joystick_num_hats(int joystick);
-int render_num_joysticks();
 int render_width();
 int render_height();
 int render_fullscreen();