X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=input.h;h=c5636bf3fffa9cac44ffa48aae4df82ce2de69e0;hb=eb3668fc5dab138073cd4844208ac05b94086a4a;hp=e4bc5198fbfc040cf3c3ebf54a882058d1e04b67;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f;p=gpsp.git diff --git a/input.h b/input.h index e4bc519..c5636bf 100644 --- a/input.h +++ b/input.h @@ -70,6 +70,8 @@ typedef enum CURSOR_SELECT, CURSOR_BACK, CURSOR_EXIT, + CURSOR_L, + CURSOR_R, CURSOR_NONE } gui_action_type; @@ -80,13 +82,9 @@ gui_action_type get_gui_input_fs_hold(u32 button_id); void input_write_mem_savestate(file_tag_type savestate_file); void input_read_savestate(file_tag_type savestate_file); -extern u32 gamepad_config_map[16]; +extern u32 gamepad_config_map[]; extern u32 global_enable_analog; extern u32 analog_sensitivity_level; -#if defined(GP2X_BUILD) -u32 gpsp_gp2x_joystick_read(void); -#endif - #endif