From 0dfe793b682b16d1d3f3d1973a9498adb0304b0f Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 3 Oct 2012 02:11:28 +0300 Subject: avoid forced menu bind, some config refactoring --- gp2x/gp2x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gp2x') diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h index 97b8d3c..2e6b8eb 100644 --- a/gp2x/gp2x.h +++ b/gp2x/gp2x.h @@ -34,6 +34,7 @@ u32 gpsp_plat_joystick_read(void); u32 gpsp_plat_buttons_to_cursor(u32 buttons); #define PLAT_BUTTON_COUNT 16 +#define PLAT_MENU_BUTTON 15 extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT]; void gp2x_sound_volume(u32 volume_up); -- cgit v1.2.3