diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-02-23 21:17:56 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-02-23 21:17:56 -0800 |
commit | f48a739560baaeaab289ac2e045bf3a8014cf7ba (patch) | |
tree | 28e00bb0f1f0707d67ab72e4f3d93a1b56eccc91 /render.h | |
parent | 6e74c67343de1c250f789023b333454057b0346b (diff) |
Added reasonable handling of joystick hotplug
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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(); |