From f48a739560baaeaab289ac2e045bf3a8014cf7ba Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 23 Feb 2016 21:17:56 -0800 Subject: Added reasonable handling of joystick hotplug --- render.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'render.h') diff --git a/render.h b/render.h index 92bdbd3..c0454c4 100644 --- a/render.h +++ b/render.h @@ -55,9 +55,6 @@ uint32_t render_sample_rate(); 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(); -- cgit v1.2.3