diff options
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(); |