summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-02-23 21:17:56 -0800
committerMichael Pavone <pavone@retrodev.com>2016-02-23 21:17:56 -0800
commitf48a739560baaeaab289ac2e045bf3a8014cf7ba (patch)
tree28e00bb0f1f0707d67ab72e4f3d93a1b56eccc91 /render.h
parent6e74c67343de1c250f789023b333454057b0346b (diff)
Added reasonable handling of joystick hotplug
Diffstat (limited to 'render.h')
-rw-r--r--render.h3
1 files changed, 0 insertions, 3 deletions
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();